#9DDE5D

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

Shades of Conifer #9DDE5D

Tints of Conifer #9DDE5D

Color information

#9DDE5D (or 0x9DDE5D) is unknown color: approx Conifer. HEX triplet: 9D, DE and 5D. RGB value is (157,222,93). Sum of RGB (Red+Green+Blue) = 157+222+93=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDE5D is #6221A2. Grayscale: #BCBCBC. Windows color (decimal): -6431139 or 6151837. OLE color: 6151837.

HSL color Cylindrical-coordinate representation of color #9DDE5D: hue angle of 90.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DDE5D is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB15722293-
CMYK0.2900.580.13
HSL90.23º66.15%61.76%-
HSV(B)90.23º58.11%87.06%-
XYZ4260.219.76-
YUV187.8674.47105.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.26%
GREEN value IS 222 (87.11% from 255) = 47.03%
BLUE value IS 93 (36.72% from 255) = 19.70%
R=33.26%
G=47.03%
B=19.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157222930.2900.580.1390.2366.1561.76
Hex9DDE5D1D03AD5a423e
Octal235336135350721513210276
Binary10011101110111101011101111010111010110110110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,222,93); }

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

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

 a { background-color: rgb(157,222,93); }

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

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

 span { border-color: rgb(157,222,93); }

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