#9BED5D

Color #9BED5D Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9BED5D

Tints of Conifer #9BED5D

Color information

#9BED5D (or 0x9BED5D) is unknown color: approx Conifer. HEX triplet: 9B, ED and 5D. RGB value is (155,237,93). Sum of RGB (Red+Green+Blue) = 155+237+93=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BED5D is #6412A2. Grayscale: #C4C4C4. Windows color (decimal): -6558371 or 6155675. OLE color: 6155675.

HSL color Cylindrical-coordinate representation of color #9BED5D: hue angle of 94.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BED5D is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB15523793-
CMYK0.3500.610.07
HSL94.17º80%64.71%-
HSV(B)94.17º60.76%92.94%-
XYZ45.7868.3321.13-
YUV196.0769.8398.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 31.96%
GREEN value IS 237 (92.97% from 255) = 48.87%
BLUE value IS 93 (36.72% from 255) = 19.18%
R=31.96%
G=48.87%
B=19.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal155237930.3500.610.0794.178064.71
Hex9BED5D2303D75e5041
Octal233355135430757136120101
Binary100110111110110110111011000110111101111101111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BED5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BED5D; }

 p { color: rgb(155,237,93); }

 H1.HeaderClassName
 {
   color: #9BED5D;
 }
 .AnyTagClassName
 {
   color: #9BED5D;
 }
</style>
background-color css

<style>
 a { background-color: #9BED5D; }

 a { background-color: rgb(155,237,93); }

 div.DivClassName
 {
   background-color: #9BED5D;
 }
 .BgClassName
 {
   background-color: #9BED5D;
 }
</style>
border-color css

<style>
 span { border-color: #9BED5D; }

 span { border-color: rgb(155,237,93); }

 td.TdClassName
 {
   border-color: #9BED5D;
 }
 .TagClassName
 {
   border-color: #9BED5D;
 }
</style>