Html Css Color HEX #A2D449 Atlantis

📋 copy color: '#A2D449'

red 162 ◦ green 212 ◦ blue 73

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

Shades of Atlantis #A2D449

Tints of Atlantis #A2D449

RGB

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

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

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

R = 36.24%
G = 47.43%
B = 16.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#A2D449 (or 0xA2D449) is known color: Atlantis. HEX triplet: A2, D4 and 49. RGB value is (162,212,73). Sum of RGB (Red+Green+Blue) = 162+212+73=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D449 is #5D2BB6. Grayscale: #B5B5B5. Windows color (decimal): -6106039 or 4838562. OLE color: 4838562.

HSL color Cylindrical-coordinate representation of color #A2D449: hue angle of 81.58º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2D449 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 212 73 -
CMYK 0.24 0 0.66 0.17
HSL 81.58º 0.62% 0.56% -
HSV(B) 81.58º 0.66% 0.83% -
XYZ 39.65 55.25 14.88 -
YUV 181.2 66.94 114.3 -
System Red Green Blue C M Y K H S L
Decimal 162 212 73 0.24 0 0.66 0.17 81.58 0.62 0.56
Hex A2 D4 49 18 0 42 11 52 3E 38
Octal 242 324 111 30 0 102 21 122 76 70
Binary 10100010 11010100 1001001 11000 0 1000010 10001 1010010 111110 111000

Color Harmonies of #A2D449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D449

Black with #A2D449

Text Example


Text Example

White with #A2D449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D449; }

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

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

background-color css

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

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

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

border-color css

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

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

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