Html Css Color HEX #AEFE42 Green Yellow

📋 copy color: '#AEFE42'

red 174 ◦ green 254 ◦ blue 66

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

Shades of Green Yellow #AEFE42

Tints of Green Yellow #AEFE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.36%

R = 35.22%
G = 51.42%
B = 13.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#AEFE42 (or 0xAEFE42) is known color: Green Yellow. HEX triplet: AE, FE and 42. RGB value is (174,254,66). Sum of RGB (Red+Green+Blue) = 174+254+66=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFE42 is #5101BD. Grayscale: #D1D1D1. Windows color (decimal): -5308862 or 4390574. OLE color: 4390574.

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

Color convert

RGB 174 254 66 -
CMYK 0.31 0 0.74 0.00
HSL 85.53º 0.99% 0.63% -
HSV(B) 85.53º 0.74% 1% -
XYZ 53.88 80.28 17.81 -
YUV 208.65 47.5 103.29 -
System Red Green Blue C M Y K H S L
Decimal 174 254 66 0.31 0 0.74 0.00 85.53 0.99 0.63
Hex AE FE 42 1F 0 4A 0 56 63 3F
Octal 256 376 102 37 0 112 0 126 143 77
Binary 10101110 11111110 1000010 11111 0 1001010 0 1010110 1100011 111111

Color Harmonies of #AEFE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFE42

Black with #AEFE42

Text Example


Text Example

White with #AEFE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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