Html Css Color HEX #AAE438 Atlantis

📋 copy color: '#AAE438'

red 170 ◦ green 228 ◦ blue 56

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

Shades of Atlantis #AAE438

Tints of Atlantis #AAE438

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.22%

 BLUE value IS 56 (22.27% from 255) = 12.33%

R = 37.44%
G = 50.22%
B = 12.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#AAE438 (or 0xAAE438) is known color: Atlantis. HEX triplet: AA, E4 and 38. RGB value is (170,228,56). Sum of RGB (Red+Green+Blue) = 170+228+56=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 228 (89.45% from 255 or 50.22% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE438 is #551BC7. Grayscale: #BFBFBF. Windows color (decimal): -5577672 or 3728554. OLE color: 3728554.

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

Color convert

RGB 170 228 56 -
CMYK 0.25 0 0.75 0.11
HSL 80.23º 0.76% 0.56% -
HSV(B) 80.23º 0.75% 0.89% -
XYZ 45.03 64.32 13.78 -
YUV 191.05 51.78 112.99 -
System Red Green Blue C M Y K H S L
Decimal 170 228 56 0.25 0 0.75 0.11 80.23 0.76 0.56
Hex AA E4 38 19 0 4B B 50 4C 38
Octal 252 344 70 31 0 113 13 120 114 70
Binary 10101010 11100100 111000 11001 0 1001011 1011 1010000 1001100 111000

Color Harmonies of #AAE438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE438

Black with #AAE438

Text Example


Text Example

White with #AAE438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE438; }

 p { color: rgb(170,228,56); }

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

background-color css

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

 a { background-color: rgb(170,228,56); }

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

border-color css

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

 span { border-color: rgb(170,228,56); }

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