Html Css Color HEX #AEFD04 Spring Bud

📋 copy color: '#AEFD04'

red 174 ◦ green 253 ◦ blue 4

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

Shades of Spring Bud #AEFD04

Tints of Spring Bud #AEFD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 40.37%
G = 58.7%
B = 0.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#AEFD04 (or 0xAEFD04) is known color: Spring Bud. HEX triplet: AE, FD and 04. RGB value is (174,253,4). Sum of RGB (Red+Green+Blue) = 174+253+4=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 253 (99.22% from 255 or 58.70% from 431); Blue value is 4 (1.95% from 255 or 0.93% from 431); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFD04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFD04 is #5102FB. Grayscale: #C9C9C9. Windows color (decimal): -5309180 or 327086. OLE color: 327086.

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

Color convert

RGB 174 253 4 -
CMYK 0.31 0 0.98 0.01
HSL 79.04º 0.98% 0.5% -
HSV(B) 79.04º 0.98% 0.99% -
XYZ 52.6 79.26 12.64 -
YUV 200.99 16.83 108.75 -
System Red Green Blue C M Y K H S L
Decimal 174 253 4 0.31 0 0.98 0.01 79.04 0.98 0.5
Hex AE FD 4 1F 0 62 1 4F 62 32
Octal 256 375 4 37 0 142 1 117 142 62
Binary 10101110 11111101 100 11111 0 1100010 1 1001111 1100010 110010

Color Harmonies of #AEFD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFD04

Black with #AEFD04

Text Example


Text Example

White with #AEFD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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