#A0C87A

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

Shades of Olivine #A0C87A

Tints of Olivine #A0C87A

Color information

#A0C87A (or 0xA0C87A) is unknown color: approx Olivine. HEX triplet: A0, C8 and 7A. RGB value is (160,200,122). Sum of RGB (Red+Green+Blue) = 160+200+122=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C87A is #5F3785. Grayscale: #B3B3B3. Windows color (decimal): -6240134 or 8046752. OLE color: 8046752.

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

Color convert

RGB160200122-
CMYK0.200.390.22
HSL90.77º41.49%63.14%-
HSV(B)90.77º39%78.43%-
XYZ38.6650.1926.06-
YUV179.1595.75114.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 200 (78.52% from 255) = 41.49%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=33.20%
G=41.49%
B=25.31%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1602001220.200.390.2290.7741.4963.14
HexA0C87A14027165b293f
Octal24031017224047261335177
Binary10100000110010001111010101000100111101101011011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C87A; }

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

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

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

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

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

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

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

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