#9DCD6E

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

Shades of Olivine #9DCD6E

Tints of Olivine #9DCD6E

Color information

#9DCD6E (or 0x9DCD6E) is unknown color: approx Olivine. HEX triplet: 9D, CD and 6E. RGB value is (157,205,110). Sum of RGB (Red+Green+Blue) = 157+205+110=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD6E is #623291. Grayscale: #B4B4B4. Windows color (decimal): -6435474 or 7261597. OLE color: 7261597.

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

Color convert

RGB157205110-
CMYK0.2300.460.20
HSL90.32º48.72%61.76%-
HSV(B)90.32º46.34%80.39%-
XYZ38.5551.9622.75-
YUV179.8288.6111.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.26%
GREEN value IS 205 (80.47% from 255) = 43.43%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=33.26%
G=43.43%
B=23.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051100.2300.460.2090.3248.7261.76
Hex9DCD6E1702E145a313e
Octal23531515627056241326176
Binary10011101110011011101110101110101110101001011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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