#A0CA6C

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

Shades of Olivine #A0CA6C

Tints of Olivine #A0CA6C

Color information

#A0CA6C (or 0xA0CA6C) is unknown color: approx Olivine. HEX triplet: A0, CA and 6C. RGB value is (160,202,108). Sum of RGB (Red+Green+Blue) = 160+202+108=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA6C is #5F3593. Grayscale: #B3B3B3. Windows color (decimal): -6239636 or 7129760. OLE color: 7129760.

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

Color convert

RGB160202108-
CMYK0.2100.470.21
HSL86.81º47%60.78%-
HSV(B)86.81º46.53%79.22%-
XYZ38.3250.821.97-
YUV178.7388.09114.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 202 (79.30% from 255) = 42.98%
BLUE value IS 108 (42.58% from 255) = 22.98%
R=34.04%
G=42.98%
B=22.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021080.2100.470.2186.814760.78
HexA0CA6C1502F15572f3d
Octal24031215425057251275775
Binary10100000110010101101100101010101111101011010111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CA6C; }

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

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

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

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

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

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

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

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