Html Css Color HEX #AEFC32 Green Yellow

📋 copy color: '#AEFC32'

red 174 ◦ green 252 ◦ blue 50

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

Shades of Green Yellow #AEFC32

Tints of Green Yellow #AEFC32

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.94%

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

R = 36.55%
G = 52.94%
B = 10.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#AEFC32 (or 0xAEFC32) is known color: Green Yellow. HEX triplet: AE, FC and 32. RGB value is (174,252,50). Sum of RGB (Red+Green+Blue) = 174+252+50=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFC32 is #5103CD. Grayscale: #CECECE. Windows color (decimal): -5309390 or 3341486. OLE color: 3341486.

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

Color convert

RGB 174 252 50 -
CMYK 0.31 0 0.80 0.01
HSL 83.17º 0.97% 0.59% -
HSV(B) 83.17º 0.8% 0.99% -
XYZ 52.84 78.85 15.45 -
YUV 205.65 40.16 105.43 -
System Red Green Blue C M Y K H S L
Decimal 174 252 50 0.31 0 0.80 0.01 83.17 0.97 0.59
Hex AE FC 32 1F 0 50 1 53 61 3B
Octal 256 374 62 37 0 120 1 123 141 73
Binary 10101110 11111100 110010 11111 0 1010000 1 1010011 1100001 111011

Color Harmonies of #AEFC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFC32

Black with #AEFC32

Text Example


Text Example

White with #AEFC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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