Html Css Color HEX #AAF907 Spring Bud

📋 copy color: '#AAF907'

red 170 ◦ green 249 ◦ blue 7

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

Shades of Spring Bud #AAF907

Tints of Spring Bud #AAF907

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.45%

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

R = 39.91%
G = 58.45%
B = 1.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#AAF907 (or 0xAAF907) is known color: Spring Bud. HEX triplet: AA, F9 and 07. RGB value is (170,249,7). Sum of RGB (Red+Green+Blue) = 170+249+7=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 249 (97.66% from 255 or 58.45% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF907 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF907 is #5506F8. Grayscale: #C6C6C6. Windows color (decimal): -5572345 or 522666. OLE color: 522666.

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

Color convert

RGB 170 249 7 -
CMYK 0.32 0 0.97 0.02
HSL 79.59º 0.95% 0.5% -
HSV(B) 79.59º 0.97% 0.98% -
XYZ 50.49 76.31 12.27 -
YUV 197.79 20.33 108.18 -
System Red Green Blue C M Y K H S L
Decimal 170 249 7 0.32 0 0.97 0.02 79.59 0.95 0.5
Hex AA F9 7 20 0 61 2 50 5F 32
Octal 252 371 7 40 0 141 2 120 137 62
Binary 10101010 11111001 111 100000 0 1100001 10 1010000 1011111 110010

Color Harmonies of #AAF907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF907

Black with #AAF907

Text Example


Text Example

White with #AAF907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF907; }

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

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

background-color css

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

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

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

border-color css

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

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

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