Html Css Color HEX #AEFC04 Spring Bud

📋 copy color: '#AEFC04'

red 174 ◦ green 252 ◦ blue 4

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

Shades of Spring Bud #AEFC04

Tints of Spring Bud #AEFC04

RGB

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

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

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

R = 40.47%
G = 58.6%
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

#AEFC04 (or 0xAEFC04) is known color: Spring Bud. HEX triplet: AE, FC and 04. RGB value is (174,252,4). Sum of RGB (Red+Green+Blue) = 174+252+4=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFC04 is #5103FB. Grayscale: #C9C9C9. Windows color (decimal): -5309436 or 326830. OLE color: 326830.

HSL color Cylindrical-coordinate representation of color #AEFC04: hue angle of 78.87º 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 #AEFC04 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 252 4 -
CMYK 0.31 0 0.98 0.01
HSL 78.87º 0.98% 0.5% -
HSV(B) 78.87º 0.98% 0.99% -
XYZ 52.29 78.63 12.54 -
YUV 200.41 17.16 109.17 -
System Red Green Blue C M Y K H S L
Decimal 174 252 4 0.31 0 0.98 0.01 78.87 0.98 0.5
Hex AE FC 4 1F 0 62 1 4F 62 32
Octal 256 374 4 37 0 142 1 117 142 62
Binary 10101110 11111100 100 11111 0 1100010 1 1001111 1100010 110010

Color Harmonies of #AEFC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFC04

Black with #AEFC04

Text Example


Text Example

White with #AEFC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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