#A1C375

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

Shades of Olivine #A1C375

Tints of Olivine #A1C375

Color information

#A1C375 (or 0xA1C375) is unknown color: approx Olivine. HEX triplet: A1, C3 and 75. RGB value is (161,195,117). Sum of RGB (Red+Green+Blue) = 161+195+117=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C375 is #5E3C8A. Grayscale: #B0B0B0. Windows color (decimal): -6175883 or 7717793. OLE color: 7717793.

HSL color Cylindrical-coordinate representation of color #A1C375: hue angle of 86.15º degrees, saturation: 0.39, 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 #A1C375 is Cyan = 0.17, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB161195117-
CMYK0.1700.40.24
HSL86.15º39.39%61.18%-
HSV(B)86.15º40%76.47%-
XYZ37.4247.8924.1-
YUV175.9494.74117.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 195 (76.56% from 255) = 41.23%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=34.04%
G=41.23%
B=24.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611951170.1700.40.2486.1539.3961.18
HexA1C375110281856273d
Octal24130316521050301264775
Binary10100001110000111110101100010101000110001010110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C375; }

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

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

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

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

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

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

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

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