#A2D369

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

Shades of Olivine #A2D369

Tints of Olivine #A2D369

Color information

#A2D369 (or 0xA2D369) is unknown color: approx Olivine. HEX triplet: A2, D3 and 69. RGB value is (162,211,105). Sum of RGB (Red+Green+Blue) = 162+211+105=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D369 is #5D2C96. Grayscale: #B8B8B8. Windows color (decimal): -6106263 or 6935458. OLE color: 6935458.

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

Color convert

RGB162211105-
CMYK0.2300.500.17
HSL87.74º54.64%61.96%-
HSV(B)87.74º50.24%82.75%-
XYZ40.7455.2921.89-
YUV184.2683.27112.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 211 (82.81% from 255) = 44.14%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=33.89%
G=44.14%
B=21.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622111050.2300.500.1787.7454.6461.96
HexA2D369170321158373e
Octal24232315127062211306776
Binary10100010110100111101001101110110010100011011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D369; }

 p { color: rgb(162,211,105); }

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

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

 a { background-color: rgb(162,211,105); }

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

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

 span { border-color: rgb(162,211,105); }

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