#A2CC75

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

Shades of Olivine #A2CC75

Tints of Olivine #A2CC75

Color information

#A2CC75 (or 0xA2CC75) is unknown color: approx Olivine. HEX triplet: A2, CC and 75. RGB value is (162,204,117). Sum of RGB (Red+Green+Blue) = 162+204+117=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CC75 is #5D338A. Grayscale: #B5B5B5. Windows color (decimal): -6108043 or 7720098. OLE color: 7720098.

HSL color Cylindrical-coordinate representation of color #A2CC75: hue angle of 88.97º 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 #A2CC75 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB162204117-
CMYK0.2100.430.2
HSL88.97º46.03%62.94%-
HSV(B)88.97º42.65%80%-
XYZ39.752.1524.8-
YUV181.5291.59114.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 204 (80.08% from 255) = 42.24%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=33.54%
G=42.24%
B=24.22%

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
Decimal1622041170.2100.430.288.9746.0362.94
HexA2CC751502B14592e3f
Octal24231416525053241315677
Binary10100010110011001110101101010101011101001011001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CC75; }

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

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

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

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

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

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

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

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