#A0C25A

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

Shades of Olivine #A0C25A

Tints of Olivine #A0C25A

Color information

#A0C25A (or 0xA0C25A) is unknown color: approx Olivine. HEX triplet: A0, C2 and 5A. RGB value is (160,194,90). Sum of RGB (Red+Green+Blue) = 160+194+90=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C25A is #5F3DA5. Grayscale: #ACACAC. Windows color (decimal): -6241702 or 5948064. OLE color: 5948064.

HSL color Cylindrical-coordinate representation of color #A0C25A: hue angle of 79.62º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0C25A is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB16019490-
CMYK0.1800.540.24
HSL79.62º46.02%55.69%-
HSV(B)79.62º53.61%76.08%-
XYZ35.6346.816.83-
YUV171.9881.74119.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 194 (76.17% from 255) = 43.69%
BLUE value IS 90 (35.55% from 255) = 20.27%
R=36.04%
G=43.69%
B=20.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160194900.1800.540.2479.6246.0255.69
HexA0C25A1203618502e38
Octal24030213222066301205670
Binary10100000110000101011010100100110110110001010000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C25A; }

 p { color: rgb(160,194,90); }

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

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

 a { background-color: rgb(160,194,90); }

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

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

 span { border-color: rgb(160,194,90); }

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