Html Css Color HEX #AADD36 Atlantis

📋 copy color: '#AADD36'

red 170 ◦ green 221 ◦ blue 54

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

Shades of Atlantis #AADD36

Tints of Atlantis #AADD36

RGB

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

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

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

R = 38.2%
G = 49.66%
B = 12.13%

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

#AADD36 (or 0xAADD36) is known color: Atlantis. HEX triplet: AA, DD and 36. RGB value is (170,221,54). Sum of RGB (Red+Green+Blue) = 170+221+54=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD36 is #5522C9. Grayscale: #BBBBBB. Windows color (decimal): -5579466 or 3595690. OLE color: 3595690.

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

Color convert

RGB 170 221 54 -
CMYK 0.23 0 0.76 0.13
HSL 78.32º 0.71% 0.54% -
HSV(B) 78.32º 0.76% 0.87% -
XYZ 43.1 60.53 12.9 -
YUV 186.71 53.1 116.08 -
System Red Green Blue C M Y K H S L
Decimal 170 221 54 0.23 0 0.76 0.13 78.32 0.71 0.54
Hex AA DD 36 17 0 4C D 4E 47 36
Octal 252 335 66 27 0 114 15 116 107 66
Binary 10101010 11011101 110110 10111 0 1001100 1101 1001110 1000111 110110

Color Harmonies of #AADD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD36

Black with #AADD36

Text Example


Text Example

White with #AADD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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