#A0C868

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

Shades of Olivine #A0C868

Tints of Olivine #A0C868

Color information

#A0C868 (or 0xA0C868) is unknown color: approx Olivine. HEX triplet: A0, C8 and 68. RGB value is (160,200,104). Sum of RGB (Red+Green+Blue) = 160+200+104=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C868 is #5F3797. Grayscale: #B1B1B1. Windows color (decimal): -6240152 or 6867104. OLE color: 6867104.

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

Color convert

RGB160200104-
CMYK0.200.480.22
HSL85º46.6%59.61%-
HSV(B)85º48%78.43%-
XYZ37.6549.7820.72-
YUV177.186.75115.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 200 (78.52% from 255) = 43.10%
BLUE value IS 104 (41.02% from 255) = 22.41%
R=34.48%
G=43.10%
B=22.41%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1602001040.200.480.228546.659.61
HexA0C8681403016552f3c
Octal24031015024060261255774
Binary10100000110010001101000101000110000101101010101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C868; }

 p { color: rgb(160,200,104); }

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

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

 a { background-color: rgb(160,200,104); }

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

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

 span { border-color: rgb(160,200,104); }

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