#9DCE72

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

Shades of Olivine #9DCE72

Tints of Olivine #9DCE72

Color information

#9DCE72 (or 0x9DCE72) is unknown color: approx Olivine. HEX triplet: 9D, CE and 72. RGB value is (157,206,114). Sum of RGB (Red+Green+Blue) = 157+206+114=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCE72 is #62318D. Grayscale: #B5B5B5. Windows color (decimal): -6435214 or 7523997. OLE color: 7523997.

HSL color Cylindrical-coordinate representation of color #9DCE72: hue angle of 91.96º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DCE72 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB157206114-
CMYK0.2400.450.19
HSL91.96º48.42%62.75%-
HSV(B)91.96º44.66%80.78%-
XYZ39.0152.5324-
YUV180.8690.27110.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.91%
GREEN value IS 206 (80.86% from 255) = 43.19%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=32.91%
G=43.19%
B=23.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061140.2400.450.1991.9648.4262.75
Hex9DCE721802D135c303f
Octal23531616230055231346077
Binary10011101110011101110010110000101101100111011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,114); }

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

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

 a { background-color: rgb(157,206,114); }

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

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

 span { border-color: rgb(157,206,114); }

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