Html Css Color HEX #AEFF04 Spring Bud

📋 copy color: '#AEFF04'

red 174 ◦ green 255 ◦ blue 4

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

Shades of Spring Bud #AEFF04

Tints of Spring Bud #AEFF04

RGB

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

 GREEN value IS 255 (100% from 255) = 58.89%

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

R = 40.18%
G = 58.89%
B = 0.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#AEFF04 (or 0xAEFF04) is known color: Spring Bud. HEX triplet: AE, FF and 04. RGB value is (174,255,4). Sum of RGB (Red+Green+Blue) = 174+255+4=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF04 is #5100FB. Grayscale: #CBCBCB. Windows color (decimal): -5308668 or 327598. OLE color: 327598.

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

Color convert

RGB 174 255 4 -
CMYK 0.32 0 0.98 0
HSL 79.36º 1% 0.51% -
HSV(B) 79.36º 0.98% 1% -
XYZ 53.24 80.53 12.85 -
YUV 202.17 16.16 107.91 -
System Red Green Blue C M Y K H S L
Decimal 174 255 4 0.32 0 0.98 0 79.36 1 0.51
Hex AE FF 4 20 0 62 0 4F 64 33
Octal 256 377 4 40 0 142 0 117 144 63
Binary 10101110 11111111 100 100000 0 1100010 0 1001111 1100100 110011

Color Harmonies of #AEFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF04

Black with #AEFF04

Text Example


Text Example

White with #AEFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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