Html Css Color HEX #AEFE32 Green Yellow

📋 copy color: '#AEFE32'

red 174 ◦ green 254 ◦ blue 50

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

Shades of Green Yellow #AEFE32

Tints of Green Yellow #AEFE32

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.14%

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

R = 36.4%
G = 53.14%
B = 10.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#AEFE32 (or 0xAEFE32) is known color: Green Yellow. HEX triplet: AE, FE and 32. RGB value is (174,254,50). Sum of RGB (Red+Green+Blue) = 174+254+50=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFE32 is #5101CD. Grayscale: #CFCFCF. Windows color (decimal): -5308878 or 3341998. OLE color: 3341998.

HSL color Cylindrical-coordinate representation of color #AEFE32: hue angle of 83.53º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEFE32 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 254 50 -
CMYK 0.31 0 0.80 0.00
HSL 83.53º 0.99% 0.6% -
HSV(B) 83.53º 0.8% 1% -
XYZ 53.47 80.11 15.66 -
YUV 206.82 39.5 104.59 -
System Red Green Blue C M Y K H S L
Decimal 174 254 50 0.31 0 0.80 0.00 83.53 0.99 0.6
Hex AE FE 32 1F 0 50 0 54 63 3C
Octal 256 376 62 37 0 120 0 124 143 74
Binary 10101110 11111110 110010 11111 0 1010000 0 1010100 1100011 111100

Color Harmonies of #AEFE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFE32

Black with #AEFE32

Text Example


Text Example

White with #AEFE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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