#A0CC66

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

Shades of Olivine #A0CC66

Tints of Olivine #A0CC66

Color information

#A0CC66 (or 0xA0CC66) is unknown color: approx Olivine. HEX triplet: A0, CC and 66. RGB value is (160,204,102). Sum of RGB (Red+Green+Blue) = 160+204+102=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC66 is #5F3399. Grayscale: #B3B3B3. Windows color (decimal): -6239130 or 6737056. OLE color: 6737056.

HSL color Cylindrical-coordinate representation of color #A0CC66: hue angle of 85.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0CC66 is Cyan = 0.22, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB160204102-
CMYK0.2200.50.2
HSL85.88º50%60%-
HSV(B)85.88º50%80%-
XYZ38.4951.6220.51-
YUV179.2284.42114.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 204 (80.08% from 255) = 43.78%
BLUE value IS 102 (40.23% from 255) = 21.89%
R=34.33%
G=43.78%
B=21.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1602041020.2200.50.285.885060
HexA0CC66160321456323c
Octal24031414626062241266274
Binary10100000110011001100110101100110010101001010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CC66; }

 p { color: rgb(160,204,102); }

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

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

 a { background-color: rgb(160,204,102); }

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

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

 span { border-color: rgb(160,204,102); }

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