#9CD060

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

Shades of Olivine #9CD060

Tints of Olivine #9CD060

Color information

#9CD060 (or 0x9CD060) is unknown color: approx Olivine. HEX triplet: 9C, D0 and 60. RGB value is (156,208,96). Sum of RGB (Red+Green+Blue) = 156+208+96=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD060 is #632F9F. Grayscale: #B4B4B4. Windows color (decimal): -6500256 or 6344860. OLE color: 6344860.

HSL color Cylindrical-coordinate representation of color #9CD060: hue angle of 87.86º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CD060 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB15620896-
CMYK0.2500.540.18
HSL87.86º54.37%59.61%-
HSV(B)87.86º53.85%81.57%-
XYZ38.3853.0219.28-
YUV179.6880.77111.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.91%
GREEN value IS 208 (81.64% from 255) = 45.22%
BLUE value IS 96 (37.89% from 255) = 20.87%
R=33.91%
G=45.22%
B=20.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal156208960.2500.540.1887.8654.3759.61
Hex9CD060190361258363c
Octal23432014031066221306674
Binary10011100110100001100000110010110110100101011000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,208,96); }

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

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

 a { background-color: rgb(156,208,96); }

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

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

 span { border-color: rgb(156,208,96); }

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