#9DCD6D

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

Shades of Olivine #9DCD6D

Tints of Olivine #9DCD6D

Color information

#9DCD6D (or 0x9DCD6D) is unknown color: approx Olivine. HEX triplet: 9D, CD and 6D. RGB value is (157,205,109). Sum of RGB (Red+Green+Blue) = 157+205+109=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD6D is #623292. Grayscale: #B4B4B4. Windows color (decimal): -6435475 or 7196061. OLE color: 7196061.

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

Color convert

RGB157205109-
CMYK0.2300.470.20
HSL90º48.98%61.57%-
HSV(B)90º46.83%80.39%-
XYZ38.551.9322.46-
YUV179.788.1111.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 205 (80.47% from 255) = 43.52%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=33.33%
G=43.52%
B=23.14%

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
Decimal1572051090.2300.470.209048.9861.57
Hex9DCD6D1702F145a313e
Octal23531515527057241326176
Binary10011101110011011101101101110101111101001011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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