#9ED55B

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

Shades of Conifer #9ED55B

Tints of Conifer #9ED55B

Color information

#9ED55B (or 0x9ED55B) is unknown color: approx Conifer. HEX triplet: 9E, D5 and 5B. RGB value is (158,213,91). Sum of RGB (Red+Green+Blue) = 158+213+91=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED55B is #612AA4. Grayscale: #B7B7B7. Windows color (decimal): -6367909 or 6018462. OLE color: 6018462.

HSL color Cylindrical-coordinate representation of color #9ED55B: hue angle of 87.05º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9ED55B is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB15821391-
CMYK0.2600.570.16
HSL87.05º59.22%59.61%-
HSV(B)87.05º57.28%83.53%-
XYZ39.7855.6118.54-
YUV182.6576.28110.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 213 (83.59% from 255) = 46.10%
BLUE value IS 91 (35.94% from 255) = 19.70%
R=34.20%
G=46.10%
B=19.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal158213910.2600.570.1687.0559.2259.61
Hex9ED55B1A03910573b3c
Octal23632513332071201277374
Binary10011110110101011011011110100111001100001010111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,213,91); }

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

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

 a { background-color: rgb(158,213,91); }

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

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

 span { border-color: rgb(158,213,91); }

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