Html Css Color HEX #A2D46A Olivine

📋 copy color: '#A2D46A'

red 162 ◦ green 212 ◦ blue 106

#A2D46A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #A2D46A

Tints of Olivine #A2D46A

RGB

 RED value IS 162 (63.67% from 255) = 33.75%

 GREEN value IS 212 (83.2% from 255) = 44.17%

 BLUE value IS 106 (41.8% from 255) = 22.08%

R = 33.75%
G = 44.17%
B = 22.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#A2D46A (or 0xA2D46A) is known color: Olivine. HEX triplet: A2, D4 and 6A. RGB value is (162,212,106). Sum of RGB (Red+Green+Blue) = 162+212+106=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D46A is #5D2B95. Grayscale: #B9B9B9. Windows color (decimal): -6106006 or 7001250. OLE color: 7001250.

HSL color Cylindrical-coordinate representation of color #A2D46A: hue angle of 88.3º 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 #A2D46A is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 212 106 -
CMYK 0.24 0 0.5 0.17
HSL 88.3º 0.55% 0.62% -
HSV(B) 88.3º 0.5% 0.83% -
XYZ 41.05 55.81 22.24 -
YUV 184.97 83.44 111.62 -
System Red Green Blue C M Y K H S L
Decimal 162 212 106 0.24 0 0.5 0.17 88.3 0.55 0.62
Hex A2 D4 6A 18 0 32 11 58 37 3E
Octal 242 324 152 30 0 62 21 130 67 76
Binary 10100010 11010100 1101010 11000 0 110010 10001 1011000 110111 111110

Color Harmonies of #A2D46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D46A

Black with #A2D46A

Text Example


Text Example

White with #A2D46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D46A; }

 p { color: rgb(162,212,106); }

 H1.HeaderClassName
 {
   color: #A2D46A;
 }
 .AnyTagClassName
 {
   color: #A2D46A;
 }
</style>

background-color css

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

 a { background-color: rgb(162,212,106); }

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

border-color css

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

 span { border-color: rgb(162,212,106); }

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