#A0C95F

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

Shades of Olivine #A0C95F

Tints of Olivine #A0C95F

Color information

#A0C95F (or 0xA0C95F) is unknown color: approx Olivine. HEX triplet: A0, C9 and 5F. RGB value is (160,201,95). Sum of RGB (Red+Green+Blue) = 160+201+95=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C95F is #5F36A0. Grayscale: #B1B1B1. Windows color (decimal): -6239905 or 6277536. OLE color: 6277536.

HSL color Cylindrical-coordinate representation of color #A0C95F: hue angle of 83.21º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0C95F is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB16020195-
CMYK0.2000.530.21
HSL83.21º49.53%58.04%-
HSV(B)83.21º52.74%78.82%-
XYZ37.4550.0718.52-
YUV176.6681.92116.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 201 (78.91% from 255) = 44.08%
BLUE value IS 95 (37.5% from 255) = 20.83%
R=35.09%
G=44.08%
B=20.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160201950.2000.530.2183.2149.5358.04
HexA0C95F140351553323a
Octal24031113724065251236272
Binary10100000110010011011111101000110101101011010011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C95F; }

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

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

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

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

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

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

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

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