#A4D070

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

Shades of Olivine #A4D070

Tints of Olivine #A4D070

Color information

#A4D070 (or 0xA4D070) is unknown color: approx Olivine. HEX triplet: A4, D0 and 70. RGB value is (164,208,112). Sum of RGB (Red+Green+Blue) = 164+208+112=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D070 is #5B2F8F. Grayscale: #B8B8B8. Windows color (decimal): -5975952 or 7393444. OLE color: 7393444.

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

Color convert

RGB164208112-
CMYK0.2100.460.18
HSL87.5º50.53%62.75%-
HSV(B)87.5º46.15%81.57%-
XYZ40.7954.1723.64-
YUV183.987.42113.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 208 (81.64% from 255) = 42.98%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=33.88%
G=42.98%
B=23.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642081120.2100.460.1887.550.5362.75
HexA4D0701502E1258333f
Octal24432016025056221306377
Binary10100100110100001110000101010101110100101011000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D070; }

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

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

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

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

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

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

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

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