Html Css Color HEX #AAF701 Spring Bud

📋 copy color: '#AAF701'

red 170 ◦ green 247 ◦ blue 1

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

Shades of Spring Bud #AAF701

Tints of Spring Bud #AAF701

RGB

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

 GREEN value IS 247 (96.88% from 255) = 59.09%

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

R = 40.67%
G = 59.09%
B = 0.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#AAF701 (or 0xAAF701) is known color: Spring Bud. HEX triplet: AA, F7 and 01. RGB value is (170,247,1). Sum of RGB (Red+Green+Blue) = 170+247+1=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 247 (96.88% from 255 or 59.09% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF701 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF701 is #5508FE. Grayscale: #C4C4C4. Windows color (decimal): -5572863 or 128938. OLE color: 128938.

HSL color Cylindrical-coordinate representation of color #AAF701: hue angle of 78.78º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAF701 is Cyan = 0.31, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 247 1 -
CMYK 0.31 0 1.00 0.03
HSL 78.78º 0.99% 0.49% -
HSV(B) 78.78º 1% 0.97% -
XYZ 49.84 75.07 11.89 -
YUV 195.93 17.99 109.5 -
System Red Green Blue C M Y K H S L
Decimal 170 247 1 0.31 0 1.00 0.03 78.78 0.99 0.49
Hex AA F7 1 1F 0 64 3 4F 63 31
Octal 252 367 1 37 0 144 3 117 143 61
Binary 10101010 11110111 1 11111 0 1100100 11 1001111 1100011 110001

Color Harmonies of #AAF701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF701

Black with #AAF701

Text Example


Text Example

White with #AAF701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF701; }

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

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

background-color css

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

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

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

border-color css

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

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

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