#A2D267

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

Shades of Olivine #A2D267

Tints of Olivine #A2D267

Color information

#A2D267 (or 0xA2D267) is unknown color: approx Olivine. HEX triplet: A2, D2 and 67. RGB value is (162,210,103). Sum of RGB (Red+Green+Blue) = 162+210+103=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D267 is #5D2D98. Grayscale: #B7B7B7. Windows color (decimal): -6106521 or 6804130. OLE color: 6804130.

HSL color Cylindrical-coordinate representation of color #A2D267: hue angle of 86.92º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2D267 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB162210103-
CMYK0.2300.510.18
HSL86.92º54.31%61.37%-
HSV(B)86.92º50.95%82.35%-
XYZ40.454.7521.27-
YUV183.4582.6112.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 210 (82.42% from 255) = 44.21%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=34.11%
G=44.21%
B=21.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622101030.2300.510.1886.9254.3161.37
HexA2D267170331257363d
Octal24232214727063221276675
Binary10100010110100101100111101110110011100101010111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D267; }

 p { color: rgb(162,210,103); }

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

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

 a { background-color: rgb(162,210,103); }

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

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

 span { border-color: rgb(162,210,103); }

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