#9DED5E

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

Shades of Conifer #9DED5E

Tints of Conifer #9DED5E

Color information

#9DED5E (or 0x9DED5E) is unknown color: approx Conifer. HEX triplet: 9D, ED and 5E. RGB value is (157,237,94). Sum of RGB (Red+Green+Blue) = 157+237+94=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #9DED5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DED5E is #6212A1. Grayscale: #C5C5C5. Windows color (decimal): -6427298 or 6221213. OLE color: 6221213.

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

Color convert

RGB15723794-
CMYK0.3400.600.07
HSL93.57º79.89%64.9%-
HSV(B)93.57º60.34%92.94%-
XYZ46.2168.5421.38-
YUV196.787099.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 237 (92.97% from 255) = 48.57%
BLUE value IS 94 (37.11% from 255) = 19.26%
R=32.17%
G=48.57%
B=19.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal157237940.3400.600.0793.5779.8964.9
Hex9DED5E2203C75e5041
Octal235355136420747136120101
Binary100111011110110110111101000100111100111101111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DED5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,237,94); }

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

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

 a { background-color: rgb(157,237,94); }

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

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

 span { border-color: rgb(157,237,94); }

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