Html Css Color HEX #AEF02C Green Yellow

📋 copy color: '#AEF02C'

red 174 ◦ green 240 ◦ blue 44

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

Shades of Green Yellow #AEF02C

Tints of Green Yellow #AEF02C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.4%

 BLUE value IS 44 (17.58% from 255) = 9.61%

R = 37.99%
G = 52.4%
B = 9.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#AEF02C (or 0xAEF02C) is known color: Green Yellow. HEX triplet: AE, F0 and 2C. RGB value is (174,240,44). Sum of RGB (Red+Green+Blue) = 174+240+44=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF02C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF02C is #510FD3. Grayscale: #C6C6C6. Windows color (decimal): -5312468 or 2945198. OLE color: 2945198.

HSL color Cylindrical-coordinate representation of color #AEF02C: hue angle of 80.2º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AEF02C is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 44 -
CMYK 0.28 0 0.82 0.06
HSL 80.2º 0.87% 0.56% -
HSV(B) 80.2º 0.82% 0.94% -
XYZ 49.07 71.5 13.6 -
YUV 197.92 41.13 110.94 -
System Red Green Blue C M Y K H S L
Decimal 174 240 44 0.28 0 0.82 0.06 80.2 0.87 0.56
Hex AE F0 2C 1C 0 52 6 50 57 38
Octal 256 360 54 34 0 122 6 120 127 70
Binary 10101110 11110000 101100 11100 0 1010010 110 1010000 1010111 111000

Color Harmonies of #AEF02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF02C

Black with #AEF02C

Text Example


Text Example

White with #AEF02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF02C; }

 p { color: rgb(174,240,44); }

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

background-color css

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

 a { background-color: rgb(174,240,44); }

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

border-color css

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

 span { border-color: rgb(174,240,44); }

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