#A2C174

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

Shades of Olivine #A2C174

Tints of Olivine #A2C174

Color information

#A2C174 (or 0xA2C174) is unknown color: approx Olivine. HEX triplet: A2, C1 and 74. RGB value is (162,193,116). Sum of RGB (Red+Green+Blue) = 162+193+116=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C174 is #5D3E8B. Grayscale: #AFAFAF. Windows color (decimal): -6110860 or 7651746. OLE color: 7651746.

HSL color Cylindrical-coordinate representation of color #A2C174: hue angle of 84.16º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2C174 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB162193116-
CMYK0.1600.400.24
HSL84.16º38.31%60.59%-
HSV(B)84.16º39.9%75.69%-
XYZ37.1247.0823.65-
YUV174.9594.73118.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=34.39%
G=40.98%
B=24.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931160.1600.400.2484.1638.3160.59
HexA2C174100281854263d
Octal24230116420050301244675
Binary10100010110000011110100100000101000110001010100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C174; }

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

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

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

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

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

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

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

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