Html Css Color HEX #AEFF28 Green Yellow

📋 copy color: '#AEFF28'

red 174 ◦ green 255 ◦ blue 40

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

Shades of Green Yellow #AEFF28

Tints of Green Yellow #AEFF28

RGB

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

 GREEN value IS 255 (100% from 255) = 54.37%

 BLUE value IS 40 (16.02% from 255) = 8.53%

R = 37.1%
G = 54.37%
B = 8.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#AEFF28 (or 0xAEFF28) is known color: Green Yellow. HEX triplet: AE, FF and 28. RGB value is (174,255,40). Sum of RGB (Red+Green+Blue) = 174+255+40=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF28 is #5100D7. Grayscale: #CFCFCF. Windows color (decimal): -5308632 or 2686894. OLE color: 2686894.

HSL color Cylindrical-coordinate representation of color #AEFF28: hue angle of 82.6º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEFF28 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 40 -
CMYK 0.32 0 0.84 0
HSL 82.6º 1% 0.58% -
HSV(B) 82.6º 0.84% 1% -
XYZ 53.6 80.67 14.75 -
YUV 206.27 34.16 104.98 -
System Red Green Blue C M Y K H S L
Decimal 174 255 40 0.32 0 0.84 0 82.6 1 0.58
Hex AE FF 28 20 0 54 0 53 64 3A
Octal 256 377 50 40 0 124 0 123 144 72
Binary 10101110 11111111 101000 100000 0 1010100 0 1010011 1100100 111010

Color Harmonies of #AEFF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF28

Black with #AEFF28

Text Example


Text Example

White with #AEFF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF28; }

 p { color: rgb(174,255,40); }

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

background-color css

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

 a { background-color: rgb(174,255,40); }

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

border-color css

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

 span { border-color: rgb(174,255,40); }

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