#A3D16C

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

Shades of Olivine #A3D16C

Tints of Olivine #A3D16C

Color information

#A3D16C (or 0xA3D16C) is unknown color: approx Olivine. HEX triplet: A3, D1 and 6C. RGB value is (163,209,108). Sum of RGB (Red+Green+Blue) = 163+209+108=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 209 - color contains mainly: green. Hex color #A3D16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D16C is #5C2E93. Grayscale: #B8B8B8. Windows color (decimal): -6041236 or 7131555. OLE color: 7131555.

HSL color Cylindrical-coordinate representation of color #A3D16C: hue angle of 87.33º 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 #A3D16C is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB163209108-
CMYK0.2200.480.18
HSL87.33º52.33%62.16%-
HSV(B)87.33º48.33%81.96%-
XYZ40.6154.4722.56-
YUV183.7385.26113.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 209 (82.03% from 255) = 43.54%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=33.96%
G=43.54%
B=22.5%

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
Decimal1632091080.2200.480.1887.3352.3362.16
HexA3D16C160301257343e
Octal24332115426060221276476
Binary10100011110100011101100101100110000100101010111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D16C; }

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

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

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

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

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

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

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

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