#A3D16D

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

Shades of Olivine #A3D16D

Tints of Olivine #A3D16D

Color information

#A3D16D (or 0xA3D16D) is unknown color: approx Olivine. HEX triplet: A3, D1 and 6D. RGB value is (163,209,109). Sum of RGB (Red+Green+Blue) = 163+209+109=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #A3D16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D16D is #5C2E92. Grayscale: #B8B8B8. Windows color (decimal): -6041235 or 7197091. OLE color: 7197091.

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

Color convert

RGB163209109-
CMYK0.2200.480.18
HSL87.6º52.08%62.35%-
HSV(B)87.6º47.85%81.96%-
XYZ40.6754.4922.84-
YUV183.8585.76113.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 209 (82.03% from 255) = 43.45%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=33.89%
G=43.45%
B=22.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632091090.2200.480.1887.652.0862.35
HexA3D16D160301258343e
Octal24332115526060221306476
Binary10100011110100011101101101100110000100101011000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D16D; }

 p { color: rgb(163,209,109); }

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

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

 a { background-color: rgb(163,209,109); }

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

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

 span { border-color: rgb(163,209,109); }

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