#A2C172

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

Shades of Olivine #A2C172

Tints of Olivine #A2C172

Color information

#A2C172 (or 0xA2C172) is unknown color: approx Olivine. HEX triplet: A2, C1 and 72. RGB value is (162,193,114). Sum of RGB (Red+Green+Blue) = 162+193+114=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C172 is #5D3E8D. Grayscale: #AFAFAF. Windows color (decimal): -6110862 or 7520674. OLE color: 7520674.

HSL color Cylindrical-coordinate representation of color #A2C172: hue angle of 83.54º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2C172 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB162193114-
CMYK0.1600.410.24
HSL83.54º38.92%60.2%-
HSV(B)83.54º40.93%75.69%-
XYZ37.0147.0423.05-
YUV174.7293.73118.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 193 (75.78% from 255) = 41.15%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=34.54%
G=41.15%
B=24.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931140.1600.410.2483.5438.9260.2
HexA2C172100291854273c
Octal24230116220051301244774
Binary10100010110000011110010100000101001110001010100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C172; }

 p { color: rgb(162,193,114); }

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

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

 a { background-color: rgb(162,193,114); }

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

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

 span { border-color: rgb(162,193,114); }

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