Html Css Color HEX #AEFF2A Green Yellow

📋 copy color: '#AEFF2A'

red 174 ◦ green 255 ◦ blue 42

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

Shades of Green Yellow #AEFF2A

Tints of Green Yellow #AEFF2A

RGB

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

 GREEN value IS 255 (100% from 255) = 54.14%

 BLUE value IS 42 (16.8% from 255) = 8.92%

R = 36.94%
G = 54.14%
B = 8.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#AEFF2A (or 0xAEFF2A) is known color: Green Yellow. HEX triplet: AE, FF and 2A. RGB value is (174,255,42). Sum of RGB (Red+Green+Blue) = 174+255+42=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF2A is #5100D5. Grayscale: #CFCFCF. Windows color (decimal): -5308630 or 2817966. OLE color: 2817966.

HSL color Cylindrical-coordinate representation of color #AEFF2A: hue angle of 82.82º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEFF2A is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 42 -
CMYK 0.32 0 0.84 0
HSL 82.82º 1% 0.58% -
HSV(B) 82.82º 0.84% 1% -
XYZ 53.63 80.69 14.94 -
YUV 206.5 35.16 104.82 -
System Red Green Blue C M Y K H S L
Decimal 174 255 42 0.32 0 0.84 0 82.82 1 0.58
Hex AE FF 2A 20 0 54 0 53 64 3A
Octal 256 377 52 40 0 124 0 123 144 72
Binary 10101110 11111111 101010 100000 0 1010100 0 1010011 1100100 111010

Color Harmonies of #AEFF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF2A

Black with #AEFF2A

Text Example


Text Example

White with #AEFF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF2A; }

 p { color: rgb(174,255,42); }

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

background-color css

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

 a { background-color: rgb(174,255,42); }

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

border-color css

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

 span { border-color: rgb(174,255,42); }

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