#A0CA66

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

Shades of Olivine #A0CA66

Tints of Olivine #A0CA66

Color information

#A0CA66 (or 0xA0CA66) is unknown color: approx Olivine. HEX triplet: A0, CA and 66. RGB value is (160,202,102). Sum of RGB (Red+Green+Blue) = 160+202+102=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA66 is #5F3599. Grayscale: #B2B2B2. Windows color (decimal): -6239642 or 6736544. OLE color: 6736544.

HSL color Cylindrical-coordinate representation of color #A0CA66: hue angle of 85.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0CA66 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB160202102-
CMYK0.2100.500.21
HSL85.2º48.54%59.61%-
HSV(B)85.2º49.5%79.22%-
XYZ38.0250.6720.35-
YUV178.0485.09115.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 202 (79.30% from 255) = 43.53%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=34.48%
G=43.53%
B=21.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021020.2100.500.2185.248.5459.61
HexA0CA66150321555313c
Octal24031214625062251256174
Binary10100000110010101100110101010110010101011010101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CA66; }

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

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

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

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

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

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

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

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