#A0C25F

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

Shades of Olivine #A0C25F

Tints of Olivine #A0C25F

Color information

#A0C25F (or 0xA0C25F) is unknown color: approx Olivine. HEX triplet: A0, C2 and 5F. RGB value is (160,194,95). Sum of RGB (Red+Green+Blue) = 160+194+95=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C25F is #5F3DA0. Grayscale: #ACACAC. Windows color (decimal): -6241697 or 6275744. OLE color: 6275744.

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

Color convert

RGB16019495-
CMYK0.1800.510.24
HSL80.61º44.8%56.67%-
HSV(B)80.61º51.03%76.08%-
XYZ35.8546.8817.99-
YUV172.5584.24119.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 194 (76.17% from 255) = 43.21%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=35.63%
G=43.21%
B=21.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160194950.1800.510.2480.6144.856.67
HexA0C25F1203318512d39
Octal24030213722063301215571
Binary10100000110000101011111100100110011110001010001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C25F; }

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

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

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

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

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

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

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

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