Html Css Color HEX #AAE13B Atlantis

📋 copy color: '#AAE13B'

red 170 ◦ green 225 ◦ blue 59

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

Shades of Atlantis #AAE13B

Tints of Atlantis #AAE13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13%

R = 37.44%
G = 49.56%
B = 13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#AAE13B (or 0xAAE13B) is known color: Atlantis. HEX triplet: AA, E1 and 3B. RGB value is (170,225,59). Sum of RGB (Red+Green+Blue) = 170+225+59=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 59 (23.44% from 255 or 13.00% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE13B is #551EC4. Grayscale: #BEBEBE. Windows color (decimal): -5578437 or 3924394. OLE color: 3924394.

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

Color convert

RGB 170 225 59 -
CMYK 0.24 0 0.74 0.12
HSL 79.88º 0.73% 0.56% -
HSV(B) 79.88º 0.74% 0.88% -
XYZ 44.29 62.71 13.91 -
YUV 189.63 54.28 114 -
System Red Green Blue C M Y K H S L
Decimal 170 225 59 0.24 0 0.74 0.12 79.88 0.73 0.56
Hex AA E1 3B 18 0 4A C 50 49 38
Octal 252 341 73 30 0 112 14 120 111 70
Binary 10101010 11100001 111011 11000 0 1001010 1100 1010000 1001001 111000

Color Harmonies of #AAE13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE13B

Black with #AAE13B

Text Example


Text Example

White with #AAE13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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