Html Css Color HEX #AEE132 Atlantis

📋 copy color: '#AEE132'

red 174 ◦ green 225 ◦ blue 50

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

Shades of Atlantis #AEE132

Tints of Atlantis #AEE132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.11%

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

R = 38.75%
G = 50.11%
B = 11.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#AEE132 (or 0xAEE132) is known color: Atlantis. HEX triplet: AE, E1 and 32. RGB value is (174,225,50). Sum of RGB (Red+Green+Blue) = 174+225+50=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE132 is #511ECD. Grayscale: #BEBEBE. Windows color (decimal): -5316302 or 3334574. OLE color: 3334574.

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

Color convert

RGB 174 225 50 -
CMYK 0.23 0 0.78 0.12
HSL 77.49º 0.74% 0.54% -
HSV(B) 77.49º 0.78% 0.88% -
XYZ 44.96 63.08 12.82 -
YUV 189.8 49.1 116.73 -
System Red Green Blue C M Y K H S L
Decimal 174 225 50 0.23 0 0.78 0.12 77.49 0.74 0.54
Hex AE E1 32 17 0 4E C 4D 4A 36
Octal 256 341 62 27 0 116 14 115 112 66
Binary 10101110 11100001 110010 10111 0 1001110 1100 1001101 1001010 110110

Color Harmonies of #AEE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE132

Black with #AEE132

Text Example


Text Example

White with #AEE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE132; }

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

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

background-color css

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

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

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

border-color css

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

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

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