Html Css Color HEX #AEFD2C Green Yellow

📋 copy color: '#AEFD2C'

red 174 ◦ green 253 ◦ blue 44

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

Shades of Green Yellow #AEFD2C

Tints of Green Yellow #AEFD2C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.72%

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

R = 36.94%
G = 53.72%
B = 9.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#AEFD2C (or 0xAEFD2C) is known color: Green Yellow. HEX triplet: AE, FD and 2C. RGB value is (174,253,44). Sum of RGB (Red+Green+Blue) = 174+253+44=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFD2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFD2C is #5102D3. Grayscale: #CECECE. Windows color (decimal): -5309140 or 2948526. OLE color: 2948526.

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

Color convert

RGB 174 253 44 -
CMYK 0.31 0 0.83 0.01
HSL 82.68º 0.98% 0.58% -
HSV(B) 82.68º 0.83% 0.99% -
XYZ 53.04 79.43 14.92 -
YUV 205.55 36.83 105.49 -
System Red Green Blue C M Y K H S L
Decimal 174 253 44 0.31 0 0.83 0.01 82.68 0.98 0.58
Hex AE FD 2C 1F 0 53 1 53 62 3A
Octal 256 375 54 37 0 123 1 123 142 72
Binary 10101110 11111101 101100 11111 0 1010011 1 1010011 1100010 111010

Color Harmonies of #AEFD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFD2C

Black with #AEFD2C

Text Example


Text Example

White with #AEFD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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