#9DE160

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

Shades of Conifer #9DE160

Tints of Conifer #9DE160

Color information

#9DE160 (or 0x9DE160) is unknown color: approx Conifer. HEX triplet: 9D, E1 and 60. RGB value is (157,225,96). Sum of RGB (Red+Green+Blue) = 157+225+96=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE160 is #621E9F. Grayscale: #BEBEBE. Windows color (decimal): -6430368 or 6349213. OLE color: 6349213.

HSL color Cylindrical-coordinate representation of color #9DE160: hue angle of 91.63º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DE160 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB15722596-
CMYK0.3000.570.12
HSL91.63º68.25%62.94%-
HSV(B)91.63º57.33%88.24%-
XYZ42.9461.8620.74-
YUV189.9674.97104.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.85%
GREEN value IS 225 (88.28% from 255) = 47.07%
BLUE value IS 96 (37.89% from 255) = 20.08%
R=32.85%
G=47.07%
B=20.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal157225960.3000.570.1291.6368.2562.94
Hex9DE1601E039C5c443f
Octal235341140360711413410477
Binary10011101111000011100000111100111001110010111001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,225,96); }

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

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

 a { background-color: rgb(157,225,96); }

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

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

 span { border-color: rgb(157,225,96); }

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