Html Css Color HEX #AEE031 Atlantis

📋 copy color: '#AEE031'

red 174 ◦ green 224 ◦ blue 49

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

Shades of Atlantis #AEE031

Tints of Atlantis #AEE031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.96%

R = 38.93%
G = 50.11%
B = 10.96%

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

#AEE031 (or 0xAEE031) is known color: Atlantis. HEX triplet: AE, E0 and 31. RGB value is (174,224,49). Sum of RGB (Red+Green+Blue) = 174+224+49=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE031 is #511FCE. Grayscale: #BDBDBD. Windows color (decimal): -5316559 or 3268782. OLE color: 3268782.

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

Color convert

RGB 174 224 49 -
CMYK 0.22 0 0.78 0.12
HSL 77.14º 0.74% 0.54% -
HSV(B) 77.14º 0.78% 0.88% -
XYZ 44.67 62.53 12.62 -
YUV 189.1 48.94 117.23 -
System Red Green Blue C M Y K H S L
Decimal 174 224 49 0.22 0 0.78 0.12 77.14 0.74 0.54
Hex AE E0 31 16 0 4E C 4D 4A 36
Octal 256 340 61 26 0 116 14 115 112 66
Binary 10101110 11100000 110001 10110 0 1001110 1100 1001101 1001010 110110

Color Harmonies of #AEE031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE031

Black with #AEE031

Text Example


Text Example

White with #AEE031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE031; }

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

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

background-color css

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

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

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

border-color css

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

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

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