#9DCF63

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

Shades of Olivine #9DCF63

Tints of Olivine #9DCF63

Color information

#9DCF63 (or 0x9DCF63) is unknown color: approx Olivine. HEX triplet: 9D, CF and 63. RGB value is (157,207,99). Sum of RGB (Red+Green+Blue) = 157+207+99=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCF63 is #62309C. Grayscale: #B4B4B4. Windows color (decimal): -6434973 or 6541213. OLE color: 6541213.

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

Color convert

RGB15720799-
CMYK0.2400.520.19
HSL87.78º52.94%60%-
HSV(B)87.78º52.17%81.18%-
XYZ38.4752.6919.95-
YUV179.7482.44111.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.91%
GREEN value IS 207 (81.25% from 255) = 44.71%
BLUE value IS 99 (39.06% from 255) = 21.38%
R=33.91%
G=44.71%
B=21.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal157207990.2400.520.1987.7852.9460
Hex9DCF63180341358353c
Octal23531714330064231306574
Binary10011101110011111100011110000110100100111011000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,207,99); }

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

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

 a { background-color: rgb(157,207,99); }

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

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

 span { border-color: rgb(157,207,99); }

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