#A1C372

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

Shades of Olivine #A1C372

Tints of Olivine #A1C372

Color information

#A1C372 (or 0xA1C372) is unknown color: approx Olivine. HEX triplet: A1, C3 and 72. RGB value is (161,195,114). Sum of RGB (Red+Green+Blue) = 161+195+114=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C372 is #5E3C8D. Grayscale: #AFAFAF. Windows color (decimal): -6175886 or 7521185. OLE color: 7521185.

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

Color convert

RGB161195114-
CMYK0.1700.420.24
HSL85.19º40.3%60.59%-
HSV(B)85.19º41.54%76.47%-
XYZ37.2547.8223.19-
YUV175.693.24117.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 195 (76.56% from 255) = 41.49%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=34.26%
G=41.49%
B=24.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611951140.1700.420.2485.1940.360.59
HexA1C3721102A1855283d
Octal24130316221052301255075
Binary10100001110000111110010100010101010110001010101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C372; }

 p { color: rgb(161,195,114); }

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

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

 a { background-color: rgb(161,195,114); }

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

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

 span { border-color: rgb(161,195,114); }

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