#A3C562

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

Shades of Olivine #A3C562

Tints of Olivine #A3C562

Color information

#A3C562 (or 0xA3C562) is unknown color: approx Olivine. HEX triplet: A3, C5 and 62. RGB value is (163,197,98). Sum of RGB (Red+Green+Blue) = 163+197+98=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C562 is #5C3A9D. Grayscale: #AFAFAF. Windows color (decimal): -6044318 or 6473123. OLE color: 6473123.

HSL color Cylindrical-coordinate representation of color #A3C562: hue angle of 80.61º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3C562 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB16319798-
CMYK0.1700.500.23
HSL80.61º46.05%57.84%-
HSV(B)80.61º50.25%77.25%-
XYZ37.2848.618.97-
YUV175.5584.24119.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 197 (77.34% from 255) = 43.01%
BLUE value IS 98 (38.67% from 255) = 21.40%
R=35.59%
G=43.01%
B=21.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163197980.1700.500.2380.6146.0557.84
HexA3C5621103217512e3a
Octal24330514221062271215672
Binary10100011110001011100010100010110010101111010001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C562; }

 p { color: rgb(163,197,98); }

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

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

 a { background-color: rgb(163,197,98); }

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

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

 span { border-color: rgb(163,197,98); }

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