Html Css Color HEX #A2DD32 Atlantis

📋 copy color: '#A2DD32'

red 162 ◦ green 221 ◦ blue 50

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

Shades of Atlantis #A2DD32

Tints of Atlantis #A2DD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.04%

 BLUE value IS 50 (19.92% from 255) = 11.55%

R = 37.41%
G = 51.04%
B = 11.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#A2DD32 (or 0xA2DD32) is known color: Atlantis. HEX triplet: A2, DD and 32. RGB value is (162,221,50). Sum of RGB (Red+Green+Blue) = 162+221+50=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD32 is #5D22CD. Grayscale: #B8B8B8. Windows color (decimal): -6103758 or 3333538. OLE color: 3333538.

HSL color Cylindrical-coordinate representation of color #A2DD32: hue angle of 80.7º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2DD32 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 50 -
CMYK 0.27 0 0.77 0.13
HSL 80.7º 0.72% 0.53% -
HSV(B) 80.7º 0.77% 0.87% -
XYZ 41.33 59.62 12.35 -
YUV 183.87 52.45 112.4 -
System Red Green Blue C M Y K H S L
Decimal 162 221 50 0.27 0 0.77 0.13 80.7 0.72 0.53
Hex A2 DD 32 1B 0 4D D 51 48 35
Octal 242 335 62 33 0 115 15 121 110 65
Binary 10100010 11011101 110010 11011 0 1001101 1101 1010001 1001000 110101

Color Harmonies of #A2DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD32

Black with #A2DD32

Text Example


Text Example

White with #A2DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD32; }

 p { color: rgb(162,221,50); }

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

background-color css

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

 a { background-color: rgb(162,221,50); }

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

border-color css

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

 span { border-color: rgb(162,221,50); }

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