#a0c06a

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

Shades of Olivine #A0C06A

Tints of Olivine #A0C06A

Color information

#A0C06A (or 0xA0C06A) is unknown color: approx Olivine. HEX triplet: A0, C0 and 6A. RGB value is (160,192,106). Sum of RGB (Red+Green+Blue) = 160+192+106=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C06A is #5F3F95. Grayscale: #ACACAC. Windows color (decimal): -6242198 or 6996128. OLE color: 6996128.

HSL color Cylindrical-coordinate representation of color #A0C06A: hue angle of 82.33º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0C06A is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB160192106-
CMYK0.1700.450.25
HSL82.33º40.57%58.43%-
HSV(B)82.33º44.79%75.29%-
XYZ35.9546.2120.66-
YUV172.6390.4118.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 192 (75.39% from 255) = 41.92%
BLUE value IS 106 (41.80% from 255) = 23.14%
R=34.93%
G=41.92%
B=23.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601921060.1700.450.2582.3340.5758.43
HexA0C06A1102D1952293a
Octal24030015221055311225172
Binary10100000110000001101010100010101101110011010010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0c06a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0c06a; }

 p { color: rgb(160,192,106); }

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

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

 a { background-color: rgb(160,192,106); }

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

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

 span { border-color: rgb(160,192,106); }

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