#A3D26D

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

Shades of Olivine #A3D26D

Tints of Olivine #A3D26D

Color information

#A3D26D (or 0xA3D26D) is unknown color: approx Olivine. HEX triplet: A3, D2 and 6D. RGB value is (163,210,109). Sum of RGB (Red+Green+Blue) = 163+210+109=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D26D is #5C2D92. Grayscale: #B8B8B8. Windows color (decimal): -6040979 or 7197347. OLE color: 7197347.

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

Color convert

RGB163210109-
CMYK0.2200.480.18
HSL87.92º52.88%62.55%-
HSV(B)87.92º48.1%82.35%-
XYZ40.9154.9822.92-
YUV184.4385.43112.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 210 (82.42% from 255) = 43.57%
BLUE value IS 109 (42.97% from 255) = 22.61%
R=33.82%
G=43.57%
B=22.61%

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
Decimal1632101090.2200.480.1887.9252.8862.55
HexA3D26D160301258353f
Octal24332215526060221306577
Binary10100011110100101101101101100110000100101011000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D26D; }

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

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

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

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

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

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

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

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