Html Css Color HEX #AEE038 Atlantis

📋 copy color: '#AEE038'

red 174 ◦ green 224 ◦ blue 56

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

Shades of Atlantis #AEE038

Tints of Atlantis #AEE038

RGB

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

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

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

R = 38.33%
G = 49.34%
B = 12.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#AEE038 (or 0xAEE038) is known color: Atlantis. HEX triplet: AE, E0 and 38. RGB value is (174,224,56). Sum of RGB (Red+Green+Blue) = 174+224+56=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE038 is #511FC7. Grayscale: #BEBEBE. Windows color (decimal): -5316552 or 3727534. OLE color: 3727534.

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

Color convert

RGB 174 224 56 -
CMYK 0.22 0 0.75 0.12
HSL 77.86º 0.73% 0.55% -
HSV(B) 77.86º 0.75% 0.88% -
XYZ 44.83 62.6 13.46 -
YUV 189.9 52.44 116.66 -
System Red Green Blue C M Y K H S L
Decimal 174 224 56 0.22 0 0.75 0.12 77.86 0.73 0.55
Hex AE E0 38 16 0 4B C 4E 49 37
Octal 256 340 70 26 0 113 14 116 111 67
Binary 10101110 11100000 111000 10110 0 1001011 1100 1001110 1001001 110111

Color Harmonies of #AEE038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE038

Black with #AEE038

Text Example


Text Example

White with #AEE038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE038; }

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

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

background-color css

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

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

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

border-color css

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

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

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