#A0C95E

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

Shades of Olivine #A0C95E

Tints of Olivine #A0C95E

Color information

#A0C95E (or 0xA0C95E) is unknown color: approx Olivine. HEX triplet: A0, C9 and 5E. RGB value is (160,201,94). Sum of RGB (Red+Green+Blue) = 160+201+94=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C95E is #5F36A1. Grayscale: #B0B0B0. Windows color (decimal): -6239906 or 6212000. OLE color: 6212000.

HSL color Cylindrical-coordinate representation of color #A0C95E: hue angle of 82.99º 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 #A0C95E is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB16020194-
CMYK0.2000.530.21
HSL82.99º49.77%57.84%-
HSV(B)82.99º53.23%78.82%-
XYZ37.450.0618.28-
YUV176.5481.42116.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 201 (78.91% from 255) = 44.18%
BLUE value IS 94 (37.11% from 255) = 20.66%
R=35.16%
G=44.18%
B=20.66%

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
Decimal160201940.2000.530.2182.9949.7757.84
HexA0C95E140351553323a
Octal24031113624065251236272
Binary10100000110010011011110101000110101101011010011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C95E; }

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

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

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

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

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

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

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

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