Html Css Color HEX #AAE03C Atlantis

📋 copy color: '#AAE03C'

red 170 ◦ green 224 ◦ blue 60

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

Shades of Atlantis #AAE03C

Tints of Atlantis #AAE03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.22%

R = 37.44%
G = 49.34%
B = 13.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#AAE03C (or 0xAAE03C) is known color: Atlantis. HEX triplet: AA, E0 and 3C. RGB value is (170,224,60). Sum of RGB (Red+Green+Blue) = 170+224+60=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE03C is #551FC3. Grayscale: #BDBDBD. Windows color (decimal): -5578692 or 3989674. OLE color: 3989674.

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

Color convert

RGB 170 224 60 -
CMYK 0.24 0 0.73 0.12
HSL 79.76º 0.73% 0.56% -
HSV(B) 79.76º 0.73% 0.88% -
XYZ 44.05 62.18 13.96 -
YUV 189.16 55.11 114.34 -
System Red Green Blue C M Y K H S L
Decimal 170 224 60 0.24 0 0.73 0.12 79.76 0.73 0.56
Hex AA E0 3C 18 0 49 C 50 49 38
Octal 252 340 74 30 0 111 14 120 111 70
Binary 10101010 11100000 111100 11000 0 1001001 1100 1010000 1001001 111000

Color Harmonies of #AAE03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE03C

Black with #AAE03C

Text Example


Text Example

White with #AAE03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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