#A0C85F

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

Shades of Olivine #A0C85F

Tints of Olivine #A0C85F

Color information

#A0C85F (or 0xA0C85F) is unknown color: approx Olivine. HEX triplet: A0, C8 and 5F. RGB value is (160,200,95). Sum of RGB (Red+Green+Blue) = 160+200+95=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C85F is #5F37A0. Grayscale: #B0B0B0. Windows color (decimal): -6240161 or 6277280. OLE color: 6277280.

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

Color convert

RGB16020095-
CMYK0.200.520.22
HSL82.86º48.84%57.84%-
HSV(B)82.86º52.5%78.43%-
XYZ37.2249.6118.44-
YUV176.0782.25116.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 200 (78.52% from 255) = 43.96%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=35.16%
G=43.96%
B=20.88%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160200950.200.520.2282.8648.8457.84
HexA0C85F140341653313a
Octal24031013724064261236172
Binary10100000110010001011111101000110100101101010011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C85F; }

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

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

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

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

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

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

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

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