#9DCD6C

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

Shades of Olivine #9DCD6C

Tints of Olivine #9DCD6C

Color information

#9DCD6C (or 0x9DCD6C) is unknown color: approx Olivine. HEX triplet: 9D, CD and 6C. RGB value is (157,205,108). Sum of RGB (Red+Green+Blue) = 157+205+108=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD6C is #623293. Grayscale: #B3B3B3. Windows color (decimal): -6435476 or 7130525. OLE color: 7130525.

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

Color convert

RGB157205108-
CMYK0.2300.470.20
HSL89.69º49.24%61.37%-
HSV(B)89.69º47.32%80.39%-
XYZ38.4451.9122.18-
YUV179.5987.6111.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 205 (80.47% from 255) = 43.62%
BLUE value IS 108 (42.58% from 255) = 22.98%
R=33.40%
G=43.62%
B=22.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051080.2300.470.2089.6949.2461.37
Hex9DCD6C1702F145a313d
Octal23531515427057241326175
Binary10011101110011011101100101110101111101001011010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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