#A1CC75

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

Shades of Olivine #A1CC75

Tints of Olivine #A1CC75

Color information

#A1CC75 (or 0xA1CC75) is unknown color: approx Olivine. HEX triplet: A1, CC and 75. RGB value is (161,204,117). Sum of RGB (Red+Green+Blue) = 161+204+117=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CC75 is #5E338A. Grayscale: #B5B5B5. Windows color (decimal): -6173579 or 7720097. OLE color: 7720097.

HSL color Cylindrical-coordinate representation of color #A1CC75: hue angle of 89.66º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1CC75 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB161204117-
CMYK0.2100.430.2
HSL89.66º46.03%62.94%-
HSV(B)89.66º42.65%80%-
XYZ39.552.0524.79-
YUV181.2291.75113.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=33.40%
G=42.32%
B=24.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041170.2100.430.289.6646.0362.94
HexA1CC751502B145a2e3f
Octal24131416525053241325677
Binary10100001110011001110101101010101011101001011010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CC75; }

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

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

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

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

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

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

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

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