#A1C575

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

Shades of Olivine #A1C575

Tints of Olivine #A1C575

Color information

#A1C575 (or 0xA1C575) is unknown color: approx Olivine. HEX triplet: A1, C5 and 75. RGB value is (161,197,117). Sum of RGB (Red+Green+Blue) = 161+197+117=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C575 is #5E3A8A. Grayscale: #B1B1B1. Windows color (decimal): -6175371 or 7718305. OLE color: 7718305.

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

Color convert

RGB161197117-
CMYK0.1800.410.23
HSL87º40.82%61.57%-
HSV(B)87º40.61%77.25%-
XYZ37.8848.7924.25-
YUV177.1294.07116.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 197 (77.34% from 255) = 41.47%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=33.89%
G=41.47%
B=24.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611971170.1800.410.238740.8261.57
HexA1C575120291757293e
Octal24130516522051271275176
Binary10100001110001011110101100100101001101111010111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C575; }

 p { color: rgb(161,197,117); }

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

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

 a { background-color: rgb(161,197,117); }

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

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

 span { border-color: rgb(161,197,117); }

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