#9DCD70

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

Shades of Olivine #9DCD70

Tints of Olivine #9DCD70

Color information

#9DCD70 (or 0x9DCD70) is unknown color: approx Olivine. HEX triplet: 9D, CD and 70. RGB value is (157,205,112). Sum of RGB (Red+Green+Blue) = 157+205+112=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD70 is #62328F. Grayscale: #B4B4B4. Windows color (decimal): -6435472 or 7392669. OLE color: 7392669.

HSL color Cylindrical-coordinate representation of color #9DCD70: hue angle of 90.97º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DCD70 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB157205112-
CMYK0.2300.450.20
HSL90.97º48.19%62.16%-
HSV(B)90.97º45.37%80.39%-
XYZ38.665223.33-
YUV180.0589.6111.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 112 (44.14% from 255) = 23.63%
R=33.12%
G=43.25%
B=23.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051120.2300.450.2090.9748.1962.16
Hex9DCD701702D145b303e
Octal23531516027055241336076
Binary10011101110011011110000101110101101101001011011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,112); }

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

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

 a { background-color: rgb(157,205,112); }

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

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

 span { border-color: rgb(157,205,112); }

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