#AAE433

Color #AAE433 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #AAE433

Tints of Atlantis #AAE433

Color information

#AAE433 (or 0xAAE433) is unknown color: approx Atlantis. HEX triplet: AA, E4 and 33. RGB value is (170,228,51). Sum of RGB (Red+Green+Blue) = 170+228+51=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE433 is #551BCC. Grayscale: #BFBFBF. Windows color (decimal): -5577677 or 3400874. OLE color: 3400874.

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

Color convert

RGB17022851-
CMYK0.2500.780.11
HSL79.66º76.62%54.71%-
HSV(B)79.66º77.63%89.41%-
XYZ44.9264.2713.17-
YUV190.4849.28113.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 228 (89.45% from 255) = 50.78%
BLUE value IS 51 (20.31% from 255) = 11.36%
R=37.86%
G=50.78%
B=11.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170228510.2500.780.1179.6676.6254.71
HexAAE4331904EB504d37
Octal252344633101161312011567
Binary10101010111001001100111100101001110101110100001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE433; }

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

 H1.HeaderClassName
 {
   color: #AAE433;
 }
 .AnyTagClassName
 {
   color: #AAE433;
 }
</style>
background-color css

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

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

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

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

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

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