#A0CA6B

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

Shades of Olivine #A0CA6B

Tints of Olivine #A0CA6B

Color information

#A0CA6B (or 0xA0CA6B) is unknown color: approx Olivine. HEX triplet: A0, CA and 6B. RGB value is (160,202,107). Sum of RGB (Red+Green+Blue) = 160+202+107=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA6B is #5F3594. Grayscale: #B2B2B2. Windows color (decimal): -6239637 or 7064224. OLE color: 7064224.

HSL color Cylindrical-coordinate representation of color #A0CA6B: hue angle of 86.53º 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 #A0CA6B is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB160202107-
CMYK0.2100.470.21
HSL86.53º47.26%60.59%-
HSV(B)86.53º47.03%79.22%-
XYZ38.2750.7821.69-
YUV178.6187.59114.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.12%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 107 (42.19% from 255) = 22.81%
R=34.12%
G=43.07%
B=22.81%

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
Decimal1602021070.2100.470.2186.5347.2660.59
HexA0CA6B1502F15572f3d
Octal24031215325057251275775
Binary10100000110010101101011101010101111101011010111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CA6B; }

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

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

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

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

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

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

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

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