Html Css Color HEX #AEE032 Atlantis

📋 copy color: '#AEE032'

red 174 ◦ green 224 ◦ blue 50

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

Shades of Atlantis #AEE032

Tints of Atlantis #AEE032

RGB

 RED value IS 174 (68.36% from 255) = 38.84%

 GREEN value IS 224 (87.89% from 255) = 50%

 BLUE value IS 50 (19.92% from 255) = 11.16%

R = 38.84%
G = 50%
B = 11.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#AEE032 (or 0xAEE032) is known color: Atlantis. HEX triplet: AE, E0 and 32. RGB value is (174,224,50). Sum of RGB (Red+Green+Blue) = 174+224+50=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE032 is #511FCD. Grayscale: #BDBDBD. Windows color (decimal): -5316558 or 3334318. OLE color: 3334318.

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

Color convert

RGB 174 224 50 -
CMYK 0.22 0 0.78 0.12
HSL 77.24º 0.74% 0.54% -
HSV(B) 77.24º 0.78% 0.88% -
XYZ 44.69 62.54 12.73 -
YUV 189.21 49.44 117.15 -
System Red Green Blue C M Y K H S L
Decimal 174 224 50 0.22 0 0.78 0.12 77.24 0.74 0.54
Hex AE E0 32 16 0 4E C 4D 4A 36
Octal 256 340 62 26 0 116 14 115 112 66
Binary 10101110 11100000 110010 10110 0 1001110 1100 1001101 1001010 110110

Color Harmonies of #AEE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE032

Black with #AEE032

Text Example


Text Example

White with #AEE032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE032; }

 p { color: rgb(174,224,50); }

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

background-color css

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

 a { background-color: rgb(174,224,50); }

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

border-color css

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

 span { border-color: rgb(174,224,50); }

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