#A0C57C

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

Shades of Olivine #A0C57C

Tints of Olivine #A0C57C

Color information

#A0C57C (or 0xA0C57C) is unknown color: approx Olivine. HEX triplet: A0, C5 and 7C. RGB value is (160,197,124). Sum of RGB (Red+Green+Blue) = 160+197+124=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C57C is #5F3A83. Grayscale: #B1B1B1. Windows color (decimal): -6240900 or 8177056. OLE color: 8177056.

HSL color Cylindrical-coordinate representation of color #A0C57C: hue angle of 90.41º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0C57C is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB160197124-
CMYK0.1900.370.23
HSL90.41º38.62%62.94%-
HSV(B)90.41º37.06%77.25%-
XYZ38.148.8626.49-
YUV177.6197.74115.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 197 (77.34% from 255) = 40.96%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=33.26%
G=40.96%
B=25.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601971240.1900.370.2390.4138.6262.94
HexA0C57C13025175a273f
Octal24030517423045271324777
Binary10100000110001011111100100110100101101111011010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C57C; }

 p { color: rgb(160,197,124); }

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

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

 a { background-color: rgb(160,197,124); }

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

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

 span { border-color: rgb(160,197,124); }

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