#9ED95B

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

Shades of Conifer #9ED95B

Tints of Conifer #9ED95B

Color information

#9ED95B (or 0x9ED95B) is unknown color: approx Conifer. HEX triplet: 9E, D9 and 5B. RGB value is (158,217,91). Sum of RGB (Red+Green+Blue) = 158+217+91=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED95B is #6126A4. Grayscale: #B9B9B9. Windows color (decimal): -6366885 or 6019486. OLE color: 6019486.

HSL color Cylindrical-coordinate representation of color #9ED95B: hue angle of 88.1º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9ED95B is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB15821791-
CMYK0.2700.580.15
HSL88.1º62.38%60.39%-
HSV(B)88.1º58.06%85.1%-
XYZ40.857.6518.87-
YUV184.9974.95108.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.91%
GREEN value IS 217 (85.16% from 255) = 46.57%
BLUE value IS 91 (35.94% from 255) = 19.53%
R=33.91%
G=46.57%
B=19.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal158217910.2700.580.1588.162.3860.39
Hex9ED95B1B03AF583e3c
Octal23633113333072171307674
Binary1001111011011001101101111011011101011111011000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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