#A1C275

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

Shades of Olivine #A1C275

Tints of Olivine #A1C275

Color information

#A1C275 (or 0xA1C275) is unknown color: approx Olivine. HEX triplet: A1, C2 and 75. RGB value is (161,194,117). Sum of RGB (Red+Green+Blue) = 161+194+117=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C275 is #5E3D8A. Grayscale: #AFAFAF. Windows color (decimal): -6176139 or 7717537. OLE color: 7717537.

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

Color convert

RGB161194117-
CMYK0.1700.400.24
HSL85.71º38.69%60.98%-
HSV(B)85.71º39.69%76.08%-
XYZ37.247.4424.03-
YUV175.3695.07117.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 194 (76.17% from 255) = 41.10%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=34.11%
G=41.10%
B=24.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611941170.1700.400.2485.7138.6960.98
HexA1C275110281856273d
Octal24130216521050301264775
Binary10100001110000101110101100010101000110001010110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C275; }

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

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

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

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

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

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

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

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