Html Css Color HEX #AAE236 Atlantis

📋 copy color: '#AAE236'

red 170 ◦ green 226 ◦ blue 54

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

Shades of Atlantis #AAE236

Tints of Atlantis #AAE236

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.22%

 BLUE value IS 54 (21.48% from 255) = 12%

R = 37.78%
G = 50.22%
B = 12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#AAE236 (or 0xAAE236) is known color: Atlantis. HEX triplet: AA, E2 and 36. RGB value is (170,226,54). Sum of RGB (Red+Green+Blue) = 170+226+54=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 54 (21.48% from 255 or 12% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE236 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE236 is #551DC9. Grayscale: #BEBEBE. Windows color (decimal): -5578186 or 3596970. OLE color: 3596970.

HSL color Cylindrical-coordinate representation of color #AAE236: hue angle of 79.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAE236 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 54 -
CMYK 0.25 0 0.76 0.11
HSL 79.53º 0.75% 0.55% -
HSV(B) 79.53º 0.76% 0.89% -
XYZ 44.44 63.21 13.35 -
YUV 189.65 51.45 113.99 -
System Red Green Blue C M Y K H S L
Decimal 170 226 54 0.25 0 0.76 0.11 79.53 0.75 0.55
Hex AA E2 36 19 0 4C B 50 4B 37
Octal 252 342 66 31 0 114 13 120 113 67
Binary 10101010 11100010 110110 11001 0 1001100 1011 1010000 1001011 110111

Color Harmonies of #AAE236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE236

Black with #AAE236

Text Example


Text Example

White with #AAE236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE236; }

 p { color: rgb(170,226,54); }

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

background-color css

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

 a { background-color: rgb(170,226,54); }

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

border-color css

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

 span { border-color: rgb(170,226,54); }

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