Html Css Color HEX #AADE36 Atlantis

📋 copy color: '#AADE36'

red 170 ◦ green 222 ◦ blue 54

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

Shades of Atlantis #AADE36

Tints of Atlantis #AADE36

RGB

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

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

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

R = 38.12%
G = 49.78%
B = 12.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#AADE36 (or 0xAADE36) is known color: Atlantis. HEX triplet: AA, DE and 36. RGB value is (170,222,54). Sum of RGB (Red+Green+Blue) = 170+222+54=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 54 (21.48% from 255 or 12.11% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADE36 is #5521C9. Grayscale: #BBBBBB. Windows color (decimal): -5579210 or 3595946. OLE color: 3595946.

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

Color convert

RGB 170 222 54 -
CMYK 0.23 0 0.76 0.13
HSL 78.57º 0.72% 0.54% -
HSV(B) 78.57º 0.76% 0.87% -
XYZ 43.36 61.05 12.99 -
YUV 187.3 52.77 115.66 -
System Red Green Blue C M Y K H S L
Decimal 170 222 54 0.23 0 0.76 0.13 78.57 0.72 0.54
Hex AA DE 36 17 0 4C D 4F 48 36
Octal 252 336 66 27 0 114 15 117 110 66
Binary 10101010 11011110 110110 10111 0 1001100 1101 1001111 1001000 110110

Color Harmonies of #AADE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE36

Black with #AADE36

Text Example


Text Example

White with #AADE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE36; }

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

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

background-color css

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

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

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

border-color css

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

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

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