Html Css Color HEX #AADE32 Atlantis

📋 copy color: '#AADE32'

red 170 ◦ green 222 ◦ blue 50

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

Shades of Atlantis #AADE32

Tints of Atlantis #AADE32

RGB

 RED value IS 170 (66.8% from 255) = 38.46%

 GREEN value IS 222 (87.11% from 255) = 50.23%

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

R = 38.46%
G = 50.23%
B = 11.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#AADE32 (or 0xAADE32) is known color: Atlantis. HEX triplet: AA, DE and 32. RGB value is (170,222,50). Sum of RGB (Red+Green+Blue) = 170+222+50=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADE32 is #5521CD. Grayscale: #BBBBBB. Windows color (decimal): -5579214 or 3333802. OLE color: 3333802.

HSL color Cylindrical-coordinate representation of color #AADE32: hue angle of 78.14º 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 #AADE32 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 50 -
CMYK 0.23 0 0.77 0.13
HSL 78.14º 0.72% 0.53% -
HSV(B) 78.14º 0.77% 0.87% -
XYZ 43.27 61.02 12.51 -
YUV 186.84 50.77 115.99 -
System Red Green Blue C M Y K H S L
Decimal 170 222 50 0.23 0 0.77 0.13 78.14 0.72 0.53
Hex AA DE 32 17 0 4D D 4E 48 35
Octal 252 336 62 27 0 115 15 116 110 65
Binary 10101010 11011110 110010 10111 0 1001101 1101 1001110 1001000 110101

Color Harmonies of #AADE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE32

Black with #AADE32

Text Example


Text Example

White with #AADE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE32; }

 p { color: rgb(170,222,50); }

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

background-color css

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

 a { background-color: rgb(170,222,50); }

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

border-color css

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

 span { border-color: rgb(170,222,50); }

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