#A3C572

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

Shades of Olivine #A3C572

Tints of Olivine #A3C572

Color information

#A3C572 (or 0xA3C572) is unknown color: approx Olivine. HEX triplet: A3, C5 and 72. RGB value is (163,197,114). Sum of RGB (Red+Green+Blue) = 163+197+114=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C572 is #5C3A8D. Grayscale: #B1B1B1. Windows color (decimal): -6044302 or 7521699. OLE color: 7521699.

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

Color convert

RGB163197114-
CMYK0.1700.420.23
HSL84.58º41.71%60.98%-
HSV(B)84.58º42.13%77.25%-
XYZ38.1148.9323.36-
YUV177.3792.24117.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 114 (44.92% from 255) = 24.05%
R=34.39%
G=41.56%
B=24.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631971140.1700.420.2384.5841.7160.98
HexA3C5721102A17552a3d
Octal24330516221052271255275
Binary10100011110001011110010100010101010101111010101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C572; }

 p { color: rgb(163,197,114); }

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

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

 a { background-color: rgb(163,197,114); }

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

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

 span { border-color: rgb(163,197,114); }

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