Html Css Color HEX #AAF407 Spring Bud

📋 copy color: '#AAF407'

red 170 ◦ green 244 ◦ blue 7

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

Shades of Spring Bud #AAF407

Tints of Spring Bud #AAF407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.66%

R = 40.38%
G = 57.96%
B = 1.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#AAF407 (or 0xAAF407) is known color: Spring Bud. HEX triplet: AA, F4 and 07. RGB value is (170,244,7). Sum of RGB (Red+Green+Blue) = 170+244+7=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 244 (95.70% from 255 or 57.96% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF407 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF407 is #550BF8. Grayscale: #C3C3C3. Windows color (decimal): -5573625 or 521386. OLE color: 521386.

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

Color convert

RGB 170 244 7 -
CMYK 0.30 0 0.97 0.04
HSL 78.73º 0.94% 0.49% -
HSV(B) 78.73º 0.97% 0.96% -
XYZ 48.97 73.26 11.76 -
YUV 194.86 21.98 110.27 -
System Red Green Blue C M Y K H S L
Decimal 170 244 7 0.30 0 0.97 0.04 78.73 0.94 0.49
Hex AA F4 7 1E 0 61 4 4F 5E 31
Octal 252 364 7 36 0 141 4 117 136 61
Binary 10101010 11110100 111 11110 0 1100001 100 1001111 1011110 110001

Color Harmonies of #AAF407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF407

Black with #AAF407

Text Example


Text Example

White with #AAF407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF407; }

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

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

background-color css

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

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

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

border-color css

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

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

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