Html Css Color HEX #AAE532 Atlantis

📋 copy color: '#AAE532'

red 170 ◦ green 229 ◦ blue 50

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

Shades of Atlantis #AAE532

Tints of Atlantis #AAE532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51%

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

R = 37.86%
G = 51%
B = 11.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#AAE532 (or 0xAAE532) is known color: Atlantis. HEX triplet: AA, E5 and 32. RGB value is (170,229,50). Sum of RGB (Red+Green+Blue) = 170+229+50=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE532 is #551ACD. Grayscale: #BFBFBF. Windows color (decimal): -5577422 or 3335594. OLE color: 3335594.

HSL color Cylindrical-coordinate representation of color #AAE532: hue angle of 79.78º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAE532 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 50 -
CMYK 0.26 0 0.78 0.10
HSL 79.78º 0.77% 0.55% -
HSV(B) 79.78º 0.78% 0.9% -
XYZ 45.17 64.81 13.15 -
YUV 190.95 48.45 113.05 -
System Red Green Blue C M Y K H S L
Decimal 170 229 50 0.26 0 0.78 0.10 79.78 0.77 0.55
Hex AA E5 32 1A 0 4E A 50 4D 37
Octal 252 345 62 32 0 116 12 120 115 67
Binary 10101010 11100101 110010 11010 0 1001110 1010 1010000 1001101 110111

Color Harmonies of #AAE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE532

Black with #AAE532

Text Example


Text Example

White with #AAE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE532; }

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

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

background-color css

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

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

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

border-color css

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

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

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