Html Css Color HEX #AEFA32 Green Yellow

📋 copy color: '#AEFA32'

red 174 ◦ green 250 ◦ blue 50

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

Shades of Green Yellow #AEFA32

Tints of Green Yellow #AEFA32

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.74%

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

R = 36.71%
G = 52.74%
B = 10.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#AEFA32 (or 0xAEFA32) is known color: Green Yellow. HEX triplet: AE, FA and 32. RGB value is (174,250,50). Sum of RGB (Red+Green+Blue) = 174+250+50=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFA32 is #5105CD. Grayscale: #CDCDCD. Windows color (decimal): -5309902 or 3340974. OLE color: 3340974.

HSL color Cylindrical-coordinate representation of color #AEFA32: hue angle of 82.8º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEFA32 is Cyan = 0.30, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 250 50 -
CMYK 0.30 0 0.8 0.02
HSL 82.8º 0.95% 0.59% -
HSV(B) 82.8º 0.8% 0.98% -
XYZ 52.22 77.6 15.24 -
YUV 204.48 40.82 106.26 -
System Red Green Blue C M Y K H S L
Decimal 174 250 50 0.30 0 0.8 0.02 82.8 0.95 0.59
Hex AE FA 32 1E 0 50 2 53 5F 3B
Octal 256 372 62 36 0 120 2 123 137 73
Binary 10101110 11111010 110010 11110 0 1010000 10 1010011 1011111 111011

Color Harmonies of #AEFA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFA32

Black with #AEFA32

Text Example


Text Example

White with #AEFA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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