#A2D26B

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

Shades of Olivine #A2D26B

Tints of Olivine #A2D26B

Color information

#A2D26B (or 0xA2D26B) is unknown color: approx Olivine. HEX triplet: A2, D2 and 6B. RGB value is (162,210,107). Sum of RGB (Red+Green+Blue) = 162+210+107=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D26B is #5D2D94. Grayscale: #B8B8B8. Windows color (decimal): -6106517 or 7066274. OLE color: 7066274.

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

Color convert

RGB162210107-
CMYK0.2300.490.18
HSL87.96º53.37%62.16%-
HSV(B)87.96º49.05%82.35%-
XYZ40.654.8422.35-
YUV183.9184.6112.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 210 (82.42% from 255) = 43.84%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=33.82%
G=43.84%
B=22.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622101070.2300.490.1887.9653.3762.16
HexA2D26B170311258353e
Octal24232215327061221306576
Binary10100010110100101101011101110110001100101011000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D26B; }

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

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

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

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

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

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

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

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