#A0C561

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

Shades of Olivine #A0C561

Tints of Olivine #A0C561

Color information

#A0C561 (or 0xA0C561) is unknown color: approx Olivine. HEX triplet: A0, C5 and 61. RGB value is (160,197,97). Sum of RGB (Red+Green+Blue) = 160+197+97=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C561 is #5F3A9E. Grayscale: #AEAEAE. Windows color (decimal): -6240927 or 6407584. OLE color: 6407584.

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

Color convert

RGB16019797-
CMYK0.1900.510.23
HSL82.2º46.3%57.65%-
HSV(B)82.2º50.76%77.25%-
XYZ36.6248.2718.7-
YUV174.5484.24117.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 197 (77.34% from 255) = 43.39%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=35.24%
G=43.39%
B=21.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160197970.1900.510.2382.246.357.65
HexA0C5611303317522e3a
Octal24030514123063271225672
Binary10100000110001011100001100110110011101111010010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C561; }

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

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

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

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

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

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

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

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