Html Css Color HEX #AAE534 Atlantis

📋 copy color: '#AAE534'

red 170 ◦ green 229 ◦ blue 52

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

Shades of Atlantis #AAE534

Tints of Atlantis #AAE534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.53%

R = 37.69%
G = 50.78%
B = 11.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#AAE534 (or 0xAAE534) is known color: Atlantis. HEX triplet: AA, E5 and 34. RGB value is (170,229,52). Sum of RGB (Red+Green+Blue) = 170+229+52=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE534 is #551ACB. Grayscale: #BFBFBF. Windows color (decimal): -5577420 or 3466666. OLE color: 3466666.

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

Color convert

RGB 170 229 52 -
CMYK 0.26 0 0.77 0.10
HSL 80º 0.77% 0.55% -
HSV(B) 80º 0.77% 0.9% -
XYZ 45.22 64.83 13.38 -
YUV 191.18 49.45 112.89 -
System Red Green Blue C M Y K H S L
Decimal 170 229 52 0.26 0 0.77 0.10 80 0.77 0.55
Hex AA E5 34 1A 0 4D A 50 4D 37
Octal 252 345 64 32 0 115 12 120 115 67
Binary 10101010 11100101 110100 11010 0 1001101 1010 1010000 1001101 110111

Color Harmonies of #AAE534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE534

Black with #AAE534

Text Example


Text Example

White with #AAE534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE534; }

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

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

background-color css

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

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

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

border-color css

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

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

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