Html Css Color HEX #AAF404 Spring Bud

📋 copy color: '#AAF404'

red 170 ◦ green 244 ◦ blue 4

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

Shades of Spring Bud #AAF404

Tints of Spring Bud #AAF404

RGB

 RED value IS 170 (66.8% from 255) = 40.67%

 GREEN value IS 244 (95.7% from 255) = 58.37%

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

R = 40.67%
G = 58.37%
B = 0.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#AAF404 (or 0xAAF404) is known color: Spring Bud. HEX triplet: AA, F4 and 04. RGB value is (170,244,4). Sum of RGB (Red+Green+Blue) = 170+244+4=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 244 (95.70% from 255 or 58.37% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF404 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF404 is #550BFB. Grayscale: #C3C3C3. Windows color (decimal): -5573628 or 324778. OLE color: 324778.

HSL color Cylindrical-coordinate representation of color #AAF404: hue angle of 78.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAF404 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 4 -
CMYK 0.30 0 0.98 0.04
HSL 78.5º 0.97% 0.49% -
HSV(B) 78.5º 0.98% 0.96% -
XYZ 48.95 73.26 11.67 -
YUV 194.51 20.48 110.51 -
System Red Green Blue C M Y K H S L
Decimal 170 244 4 0.30 0 0.98 0.04 78.5 0.97 0.49
Hex AA F4 4 1E 0 62 4 4E 61 31
Octal 252 364 4 36 0 142 4 116 141 61
Binary 10101010 11110100 100 11110 0 1100010 100 1001110 1100001 110001

Color Harmonies of #AAF404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF404

Black with #AAF404

Text Example


Text Example

White with #AAF404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF404; }

 p { color: rgb(170,244,4); }

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

background-color css

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

 a { background-color: rgb(170,244,4); }

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

border-color css

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

 span { border-color: rgb(170,244,4); }

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