Html Css Color HEX #A2DD36 Atlantis

📋 copy color: '#A2DD36'

red 162 ◦ green 221 ◦ blue 54

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

Shades of Atlantis #A2DD36

Tints of Atlantis #A2DD36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.36%

R = 37.07%
G = 50.57%
B = 12.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#A2DD36 (or 0xA2DD36) is known color: Atlantis. HEX triplet: A2, DD and 36. RGB value is (162,221,54). Sum of RGB (Red+Green+Blue) = 162+221+54=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD36 is #5D22C9. Grayscale: #B8B8B8. Windows color (decimal): -6103754 or 3595682. OLE color: 3595682.

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

Color convert

RGB 162 221 54 -
CMYK 0.27 0 0.76 0.13
HSL 81.2º 0.71% 0.54% -
HSV(B) 81.2º 0.76% 0.87% -
XYZ 41.42 59.66 12.82 -
YUV 184.32 54.45 112.08 -
System Red Green Blue C M Y K H S L
Decimal 162 221 54 0.27 0 0.76 0.13 81.2 0.71 0.54
Hex A2 DD 36 1B 0 4C D 51 47 36
Octal 242 335 66 33 0 114 15 121 107 66
Binary 10100010 11011101 110110 11011 0 1001100 1101 1010001 1000111 110110

Color Harmonies of #A2DD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD36

Black with #A2DD36

Text Example


Text Example

White with #A2DD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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