#9DD360

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

Shades of Conifer #9DD360

Tints of Conifer #9DD360

Color information

#9DD360 (or 0x9DD360) is unknown color: approx Conifer. HEX triplet: 9D, D3 and 60. RGB value is (157,211,96). Sum of RGB (Red+Green+Blue) = 157+211+96=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD360 is #622C9F. Grayscale: #B6B6B6. Windows color (decimal): -6433952 or 6345629. OLE color: 6345629.

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

Color convert

RGB15721196-
CMYK0.2600.550.17
HSL88.17º56.65%60.2%-
HSV(B)88.17º54.5%82.75%-
XYZ39.3154.619.53-
YUV181.7479.61110.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.84%
GREEN value IS 211 (82.81% from 255) = 45.47%
BLUE value IS 96 (37.89% from 255) = 20.69%
R=33.84%
G=45.47%
B=20.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal157211960.2600.550.1788.1756.6560.2
Hex9DD3601A0371158393c
Octal23532314032067211307174
Binary10011101110100111100000110100110111100011011000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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