Html Css Color HEX #AAE134 Atlantis

📋 copy color: '#AAE134'

red 170 ◦ green 225 ◦ blue 52

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

Shades of Atlantis #AAE134

Tints of Atlantis #AAE134

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.34%

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

R = 38.03%
G = 50.34%
B = 11.63%

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

#AAE134 (or 0xAAE134) is known color: Atlantis. HEX triplet: AA, E1 and 34. RGB value is (170,225,52). Sum of RGB (Red+Green+Blue) = 170+225+52=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE134 is #551ECB. Grayscale: #BDBDBD. Windows color (decimal): -5578444 or 3465642. OLE color: 3465642.

HSL color Cylindrical-coordinate representation of color #AAE134: hue angle of 79.08º 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 #AAE134 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 52 -
CMYK 0.24 0 0.77 0.12
HSL 79.08º 0.74% 0.54% -
HSV(B) 79.08º 0.77% 0.88% -
XYZ 44.12 62.64 13.01 -
YUV 188.83 50.78 114.57 -
System Red Green Blue C M Y K H S L
Decimal 170 225 52 0.24 0 0.77 0.12 79.08 0.74 0.54
Hex AA E1 34 18 0 4D C 4F 4A 36
Octal 252 341 64 30 0 115 14 117 112 66
Binary 10101010 11100001 110100 11000 0 1001101 1100 1001111 1001010 110110

Color Harmonies of #AAE134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE134

Black with #AAE134

Text Example


Text Example

White with #AAE134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE134; }

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

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

background-color css

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

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

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

border-color css

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

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

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