Html Css Color HEX #AEFC1C Green Yellow

📋 copy color: '#AEFC1C'

red 174 ◦ green 252 ◦ blue 28

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

Shades of Green Yellow #AEFC1C

Tints of Green Yellow #AEFC1C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 55.51%

 BLUE value IS 28 (11.33% from 255) = 6.17%

R = 38.33%
G = 55.51%
B = 6.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#AEFC1C (or 0xAEFC1C) is known color: Green Yellow. HEX triplet: AE, FC and 1C. RGB value is (174,252,28). Sum of RGB (Red+Green+Blue) = 174+252+28=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 28 (11.33% from 255 or 6.17% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFC1C is #5103E3. Grayscale: #CBCBCB. Windows color (decimal): -5309412 or 1899694. OLE color: 1899694.

HSL color Cylindrical-coordinate representation of color #AEFC1C: hue angle of 80.89º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEFC1C is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 252 28 -
CMYK 0.31 0 0.89 0.01
HSL 80.89º 0.97% 0.55% -
HSV(B) 80.89º 0.89% 0.99% -
XYZ 52.48 78.7 13.52 -
YUV 203.14 29.16 107.21 -
System Red Green Blue C M Y K H S L
Decimal 174 252 28 0.31 0 0.89 0.01 80.89 0.97 0.55
Hex AE FC 1C 1F 0 59 1 51 61 37
Octal 256 374 34 37 0 131 1 121 141 67
Binary 10101110 11111100 11100 11111 0 1011001 1 1010001 1100001 110111

Color Harmonies of #AEFC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFC1C

Black with #AEFC1C

Text Example


Text Example

White with #AEFC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFC1C; }

 p { color: rgb(174,252,28); }

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

background-color css

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

 a { background-color: rgb(174,252,28); }

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

border-color css

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

 span { border-color: rgb(174,252,28); }

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