Html Css Color HEX #AAF607 Spring Bud

📋 copy color: '#AAF607'

red 170 ◦ green 246 ◦ blue 7

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

Shades of Spring Bud #AAF607

Tints of Spring Bud #AAF607

RGB

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

 GREEN value IS 246 (96.48% from 255) = 58.16%

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

R = 40.19%
G = 58.16%
B = 1.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#AAF607 (or 0xAAF607) is known color: Spring Bud. HEX triplet: AA, F6 and 07. RGB value is (170,246,7). Sum of RGB (Red+Green+Blue) = 170+246+7=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 246 (96.48% from 255 or 58.16% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF607 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF607 is #5509F8. Grayscale: #C4C4C4. Windows color (decimal): -5573113 or 521898. OLE color: 521898.

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

Color convert

RGB 170 246 7 -
CMYK 0.31 0 0.97 0.04
HSL 79.08º 0.94% 0.5% -
HSV(B) 79.08º 0.97% 0.96% -
XYZ 49.57 74.47 11.96 -
YUV 196.03 21.32 109.43 -
System Red Green Blue C M Y K H S L
Decimal 170 246 7 0.31 0 0.97 0.04 79.08 0.94 0.5
Hex AA F6 7 1F 0 61 4 4F 5E 32
Octal 252 366 7 37 0 141 4 117 136 62
Binary 10101010 11110110 111 11111 0 1100001 100 1001111 1011110 110010

Color Harmonies of #AAF607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF607

Black with #AAF607

Text Example


Text Example

White with #AAF607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF607; }

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

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

background-color css

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

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

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

border-color css

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

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

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