#A0C575

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

Shades of Olivine #A0C575

Tints of Olivine #A0C575

Color information

#A0C575 (or 0xA0C575) is unknown color: approx Olivine. HEX triplet: A0, C5 and 75. RGB value is (160,197,117). Sum of RGB (Red+Green+Blue) = 160+197+117=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C575 is #5F3A8A. Grayscale: #B1B1B1. Windows color (decimal): -6240907 or 7718304. OLE color: 7718304.

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

Color convert

RGB160197117-
CMYK0.1900.410.23
HSL87.75º40.82%61.57%-
HSV(B)87.75º40.61%77.25%-
XYZ37.6748.6924.24-
YUV176.8294.24116-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=33.76%
G=41.56%
B=24.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601971170.1900.410.2387.7540.8261.57
HexA0C575130291758293e
Octal24030516523051271305176
Binary10100000110001011110101100110101001101111011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C575; }

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

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

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

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

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

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

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

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