Html Css Color HEX #AEFE04 Spring Bud

📋 copy color: '#AEFE04'

red 174 ◦ green 254 ◦ blue 4

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

Shades of Spring Bud #AEFE04

Tints of Spring Bud #AEFE04

RGB

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

 GREEN value IS 254 (99.61% from 255) = 58.8%

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

R = 40.28%
G = 58.8%
B = 0.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#AEFE04 (or 0xAEFE04) is known color: Spring Bud. HEX triplet: AE, FE and 04. RGB value is (174,254,4). Sum of RGB (Red+Green+Blue) = 174+254+4=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 254 (99.61% from 255 or 58.80% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFE04 is #5101FB. Grayscale: #CACACA. Windows color (decimal): -5308924 or 327342. OLE color: 327342.

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

Color convert

RGB 174 254 4 -
CMYK 0.31 0 0.98 0.00
HSL 79.2º 0.99% 0.51% -
HSV(B) 79.2º 0.98% 1% -
XYZ 52.92 79.89 12.75 -
YUV 201.58 16.5 108.33 -
System Red Green Blue C M Y K H S L
Decimal 174 254 4 0.31 0 0.98 0.00 79.2 0.99 0.51
Hex AE FE 4 1F 0 62 0 4F 63 33
Octal 256 376 4 37 0 142 0 117 143 63
Binary 10101110 11111110 100 11111 0 1100010 0 1001111 1100011 110011

Color Harmonies of #AEFE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFE04

Black with #AEFE04

Text Example


Text Example

White with #AEFE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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