Html Css Color HEX #A2D049 Atlantis

📋 copy color: '#A2D049'

red 162 ◦ green 208 ◦ blue 73

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

Shades of Atlantis #A2D049

Tints of Atlantis #A2D049

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.95%

 BLUE value IS 73 (28.91% from 255) = 16.48%

R = 36.57%
G = 46.95%
B = 16.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#A2D049 (or 0xA2D049) is known color: Atlantis. HEX triplet: A2, D0 and 49. RGB value is (162,208,73). Sum of RGB (Red+Green+Blue) = 162+208+73=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D049 is #5D2FB6. Grayscale: #B3B3B3. Windows color (decimal): -6107063 or 4837538. OLE color: 4837538.

HSL color Cylindrical-coordinate representation of color #A2D049: hue angle of 80.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2D049 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 208 73 -
CMYK 0.22 0 0.65 0.18
HSL 80.44º 0.59% 0.55% -
HSV(B) 80.44º 0.65% 0.82% -
XYZ 38.66 53.27 14.55 -
YUV 178.86 68.26 115.98 -
System Red Green Blue C M Y K H S L
Decimal 162 208 73 0.22 0 0.65 0.18 80.44 0.59 0.55
Hex A2 D0 49 16 0 41 12 50 3B 37
Octal 242 320 111 26 0 101 22 120 73 67
Binary 10100010 11010000 1001001 10110 0 1000001 10010 1010000 111011 110111

Color Harmonies of #A2D049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D049

Black with #A2D049

Text Example


Text Example

White with #A2D049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D049; }

 p { color: rgb(162,208,73); }

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

background-color css

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

 a { background-color: rgb(162,208,73); }

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

border-color css

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

 span { border-color: rgb(162,208,73); }

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