Html Css Color HEX #AAF807 Spring Bud

📋 copy color: '#AAF807'

red 170 ◦ green 248 ◦ blue 7

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

Shades of Spring Bud #AAF807

Tints of Spring Bud #AAF807

RGB

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

 GREEN value IS 248 (97.27% from 255) = 58.35%

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

R = 40%
G = 58.35%
B = 1.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#AAF807 (or 0xAAF807) is known color: Spring Bud. HEX triplet: AA, F8 and 07. RGB value is (170,248,7). Sum of RGB (Red+Green+Blue) = 170+248+7=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 248 (97.27% from 255 or 58.35% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF807 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF807 is #5507F8. Grayscale: #C6C6C6. Windows color (decimal): -5572601 or 522410. OLE color: 522410.

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

Color convert

RGB 170 248 7 -
CMYK 0.31 0 0.97 0.03
HSL 79.42º 0.95% 0.5% -
HSV(B) 79.42º 0.97% 0.97% -
XYZ 50.18 75.7 12.17 -
YUV 197.2 20.66 108.6 -
System Red Green Blue C M Y K H S L
Decimal 170 248 7 0.31 0 0.97 0.03 79.42 0.95 0.5
Hex AA F8 7 1F 0 61 3 4F 5F 32
Octal 252 370 7 37 0 141 3 117 137 62
Binary 10101010 11111000 111 11111 0 1100001 11 1001111 1011111 110010

Color Harmonies of #AAF807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF807

Black with #AAF807

Text Example


Text Example

White with #AAF807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF807; }

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

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

background-color css

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

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

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

border-color css

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

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

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