Html Css Color HEX #AAE033 Atlantis

📋 copy color: '#AAE033'

red 170 ◦ green 224 ◦ blue 51

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

Shades of Atlantis #AAE033

Tints of Atlantis #AAE033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.46%

R = 38.2%
G = 50.34%
B = 11.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#AAE033 (or 0xAAE033) is known color: Atlantis. HEX triplet: AA, E0 and 33. RGB value is (170,224,51). Sum of RGB (Red+Green+Blue) = 170+224+51=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 51 (20.31% from 255 or 11.46% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE033 is #551FCC. Grayscale: #BCBCBC. Windows color (decimal): -5578701 or 3399850. OLE color: 3399850.

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

Color convert

RGB 170 224 51 -
CMYK 0.24 0 0.77 0.12
HSL 78.73º 0.74% 0.54% -
HSV(B) 78.73º 0.77% 0.88% -
XYZ 43.83 62.1 12.81 -
YUV 188.13 50.61 115.07 -
System Red Green Blue C M Y K H S L
Decimal 170 224 51 0.24 0 0.77 0.12 78.73 0.74 0.54
Hex AA E0 33 18 0 4D C 4F 4A 36
Octal 252 340 63 30 0 115 14 117 112 66
Binary 10101010 11100000 110011 11000 0 1001101 1100 1001111 1001010 110110

Color Harmonies of #AAE033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE033

Black with #AAE033

Text Example


Text Example

White with #AAE033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE033; }

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

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

background-color css

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

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

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

border-color css

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

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

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