#A0C95D

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

Shades of Olivine #A0C95D

Tints of Olivine #A0C95D

Color information

#A0C95D (or 0xA0C95D) is unknown color: approx Olivine. HEX triplet: A0, C9 and 5D. RGB value is (160,201,93). Sum of RGB (Red+Green+Blue) = 160+201+93=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C95D is #5F36A2. Grayscale: #B0B0B0. Windows color (decimal): -6239907 or 6146464. OLE color: 6146464.

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

Color convert

RGB16020193-
CMYK0.2000.540.21
HSL82.78º50%57.65%-
HSV(B)82.78º53.73%78.82%-
XYZ37.3650.0418.05-
YUV176.4380.92116.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 201 (78.91% from 255) = 44.27%
BLUE value IS 93 (36.72% from 255) = 20.48%
R=35.24%
G=44.27%
B=20.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160201930.2000.540.2182.785057.65
HexA0C95D140361553323a
Octal24031113524066251236272
Binary10100000110010011011101101000110110101011010011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C95D; }

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

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

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

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

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

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

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

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