Html Css Color HEX #AEFF42 Green Yellow

📋 copy color: '#AEFF42'

red 174 ◦ green 255 ◦ blue 66

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

Shades of Green Yellow #AEFF42

Tints of Green Yellow #AEFF42

RGB

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

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

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

R = 35.15%
G = 51.52%
B = 13.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#AEFF42 (or 0xAEFF42) is known color: Green Yellow. HEX triplet: AE, FF and 42. RGB value is (174,255,66). Sum of RGB (Red+Green+Blue) = 174+255+66=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF42 is #5100BD. Grayscale: #D1D1D1. Windows color (decimal): -5308606 or 4390830. OLE color: 4390830.

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

Color convert

RGB 174 255 66 -
CMYK 0.32 0 0.74 0
HSL 85.71º 1% 0.63% -
HSV(B) 85.71º 0.74% 1% -
XYZ 54.2 80.91 17.92 -
YUV 209.24 47.16 102.87 -
System Red Green Blue C M Y K H S L
Decimal 174 255 66 0.32 0 0.74 0 85.71 1 0.63
Hex AE FF 42 20 0 4A 0 56 64 3F
Octal 256 377 102 40 0 112 0 126 144 77
Binary 10101110 11111111 1000010 100000 0 1001010 0 1010110 1100100 111111

Color Harmonies of #AEFF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF42

Black with #AEFF42

Text Example


Text Example

White with #AEFF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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