Html Css Color HEX #AAF401 Spring Bud

📋 copy color: '#AAF401'

red 170 ◦ green 244 ◦ blue 1

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

Shades of Spring Bud #AAF401

Tints of Spring Bud #AAF401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 40.96%
G = 58.8%
B = 0.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#AAF401 (or 0xAAF401) is known color: Spring Bud. HEX triplet: AA, F4 and 01. RGB value is (170,244,1). Sum of RGB (Red+Green+Blue) = 170+244+1=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 244 (95.70% from 255 or 58.80% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF401 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF401 is #550BFE. Grayscale: #C3C3C3. Windows color (decimal): -5573631 or 128170. OLE color: 128170.

HSL color Cylindrical-coordinate representation of color #AAF401: hue angle of 78.27º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAF401 is Cyan = 0.30, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 1 -
CMYK 0.30 0 1.00 0.04
HSL 78.27º 0.99% 0.48% -
HSV(B) 78.27º 1% 0.96% -
XYZ 48.93 73.25 11.59 -
YUV 194.17 18.98 110.76 -
System Red Green Blue C M Y K H S L
Decimal 170 244 1 0.30 0 1.00 0.04 78.27 0.99 0.48
Hex AA F4 1 1E 0 64 4 4E 63 30
Octal 252 364 1 36 0 144 4 116 143 60
Binary 10101010 11110100 1 11110 0 1100100 100 1001110 1100011 110000

Color Harmonies of #AAF401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF401

Black with #AAF401

Text Example


Text Example

White with #AAF401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF401; }

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

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

background-color css

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

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

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

border-color css

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

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

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