#A4C470

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

Shades of Olivine #A4C470

Tints of Olivine #A4C470

Color information

#A4C470 (or 0xA4C470) is unknown color: approx Olivine. HEX triplet: A4, C4 and 70. RGB value is (164,196,112). Sum of RGB (Red+Green+Blue) = 164+196+112=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C470 is #5B3B8F. Grayscale: #B1B1B1. Windows color (decimal): -5979024 or 7390372. OLE color: 7390372.

HSL color Cylindrical-coordinate representation of color #A4C470: hue angle of 82.86º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4C470 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB164196112-
CMYK0.1600.430.23
HSL82.86º41.58%60.39%-
HSV(B)82.86º42.86%76.86%-
XYZ37.9748.5422.7-
YUV176.8691.4118.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 196 (76.95% from 255) = 41.53%
BLUE value IS 112 (44.14% from 255) = 23.73%
R=34.75%
G=41.53%
B=23.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641961120.1600.430.2382.8641.5860.39
HexA4C4701002B17532a3c
Octal24430416020053271235274
Binary10100100110001001110000100000101011101111010011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C470; }

 p { color: rgb(164,196,112); }

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

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

 a { background-color: rgb(164,196,112); }

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

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

 span { border-color: rgb(164,196,112); }

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