#A0C775

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

Shades of Olivine #A0C775

Tints of Olivine #A0C775

Color information

#A0C775 (or 0xA0C775) is unknown color: approx Olivine. HEX triplet: A0, C7 and 75. RGB value is (160,199,117). Sum of RGB (Red+Green+Blue) = 160+199+117=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C775 is #5F388A. Grayscale: #B2B2B2. Windows color (decimal): -6240395 or 7718816. OLE color: 7718816.

HSL color Cylindrical-coordinate representation of color #A0C775: hue angle of 88.54º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0C775 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB160199117-
CMYK0.2000.410.22
HSL88.54º42.27%61.96%-
HSV(B)88.54º41.21%78.04%-
XYZ38.1349.624.39-
YUV177.9993.58115.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 199 (78.12% from 255) = 41.81%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=33.61%
G=41.81%
B=24.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601991170.2000.410.2288.5442.2761.96
HexA0C7751402916592a3e
Octal24030716524051261315276
Binary10100000110001111110101101000101001101101011001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C775; }

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

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

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

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

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

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

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

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