Html Css Color HEX #AEFF48 Green Yellow

📋 copy color: '#AEFF48'

red 174 ◦ green 255 ◦ blue 72

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

Shades of Green Yellow #AEFF48

Tints of Green Yellow #AEFF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.37%

R = 34.73%
G = 50.9%
B = 14.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#AEFF48 (or 0xAEFF48) is known color: Green Yellow. HEX triplet: AE, FF and 48. RGB value is (174,255,72). Sum of RGB (Red+Green+Blue) = 174+255+72=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF48 is #5100B7. Grayscale: #D2D2D2. Windows color (decimal): -5308600 or 4784046. OLE color: 4784046.

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

Color convert

RGB 174 255 72 -
CMYK 0.32 0 0.72 0
HSL 86.56º 1% 0.64% -
HSV(B) 86.56º 0.72% 1% -
XYZ 54.39 80.99 18.9 -
YUV 209.92 50.16 102.38 -
System Red Green Blue C M Y K H S L
Decimal 174 255 72 0.32 0 0.72 0 86.56 1 0.64
Hex AE FF 48 20 0 48 0 57 64 40
Octal 256 377 110 40 0 110 0 127 144 100
Binary 10101110 11111111 1001000 100000 0 1001000 0 1010111 1100100 1000000

Color Harmonies of #AEFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF48

Black with #AEFF48

Text Example


Text Example

White with #AEFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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