Html Css Color HEX #AEFA40 Green Yellow

📋 copy color: '#AEFA40'

red 174 ◦ green 250 ◦ blue 64

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

Shades of Green Yellow #AEFA40

Tints of Green Yellow #AEFA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.11%

R = 35.66%
G = 51.23%
B = 13.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#AEFA40 (or 0xAEFA40) is known color: Green Yellow. HEX triplet: AE, FA and 40. RGB value is (174,250,64). Sum of RGB (Red+Green+Blue) = 174+250+64=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFA40 is #5105BF. Grayscale: #CECECE. Windows color (decimal): -5309888 or 4258478. OLE color: 4258478.

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

Color convert

RGB 174 250 64 -
CMYK 0.30 0 0.74 0.02
HSL 84.52º 0.95% 0.62% -
HSV(B) 84.52º 0.74% 0.98% -
XYZ 52.57 77.74 17.09 -
YUV 206.07 47.82 105.12 -
System Red Green Blue C M Y K H S L
Decimal 174 250 64 0.30 0 0.74 0.02 84.52 0.95 0.62
Hex AE FA 40 1E 0 4A 2 55 5F 3E
Octal 256 372 100 36 0 112 2 125 137 76
Binary 10101110 11111010 1000000 11110 0 1001010 10 1010101 1011111 111110

Color Harmonies of #AEFA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFA40

Black with #AEFA40

Text Example


Text Example

White with #AEFA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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