#A7D16A

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

Shades of Olivine #A7D16A

Tints of Olivine #A7D16A

Color information

#A7D16A (or 0xA7D16A) is unknown color: approx Olivine. HEX triplet: A7, D1 and 6A. RGB value is (167,209,106). Sum of RGB (Red+Green+Blue) = 167+209+106=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #A7D16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D16A is #582E95. Grayscale: #B9B9B9. Windows color (decimal): -5779094 or 7000487. OLE color: 7000487.

HSL color Cylindrical-coordinate representation of color #A7D16A: hue angle of 84.47º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7D16A is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB167209106-
CMYK0.2000.490.18
HSL84.47º52.82%61.76%-
HSV(B)84.47º49.28%81.96%-
XYZ41.3454.8622.05-
YUV184.783.59115.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 209 (82.03% from 255) = 43.36%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=34.65%
G=43.36%
B=21.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672091060.2000.490.1884.4752.8261.76
HexA7D16A140311254353e
Octal24732115224061221246576
Binary10100111110100011101010101000110001100101010100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D16A; }

 p { color: rgb(167,209,106); }

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

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

 a { background-color: rgb(167,209,106); }

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

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

 span { border-color: rgb(167,209,106); }

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