Html Css Color HEX #AAE031 Atlantis

📋 copy color: '#AAE031'

red 170 ◦ green 224 ◦ blue 49

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

Shades of Atlantis #AAE031

Tints of Atlantis #AAE031

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.56%

 BLUE value IS 49 (19.53% from 255) = 11.06%

R = 38.37%
G = 50.56%
B = 11.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#AAE031 (or 0xAAE031) is known color: Atlantis. HEX triplet: AA, E0 and 31. RGB value is (170,224,49). Sum of RGB (Red+Green+Blue) = 170+224+49=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE031 is #551FCE. Grayscale: #BCBCBC. Windows color (decimal): -5578703 or 3268778. OLE color: 3268778.

HSL color Cylindrical-coordinate representation of color #AAE031: hue angle of 78.51º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAE031 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 49 -
CMYK 0.24 0 0.78 0.12
HSL 78.51º 0.74% 0.54% -
HSV(B) 78.51º 0.78% 0.88% -
XYZ 43.79 62.08 12.58 -
YUV 187.9 49.61 115.23 -
System Red Green Blue C M Y K H S L
Decimal 170 224 49 0.24 0 0.78 0.12 78.51 0.74 0.54
Hex AA E0 31 18 0 4E C 4F 4A 36
Octal 252 340 61 30 0 116 14 117 112 66
Binary 10101010 11100000 110001 11000 0 1001110 1100 1001111 1001010 110110

Color Harmonies of #AAE031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE031

Black with #AAE031

Text Example


Text Example

White with #AAE031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE031; }

 p { color: rgb(170,224,49); }

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

background-color css

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

 a { background-color: rgb(170,224,49); }

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

border-color css

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

 span { border-color: rgb(170,224,49); }

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