Shades of Spring Bud #AFFF0F
Tints of Spring Bud #AFFF0F
RGB
CMYK
RGB Variations
Color information
#AFFF0F (or 0xAFFF0F) is known color: Spring Bud. HEX triplet: AF, FF and 0F. RGB value is (175,255,15). Sum of RGB (Red+Green+Blue) = 175+255+15=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF0F is #5000F0. Grayscale: #CCCCCC. Windows color (decimal): -5243121 or 1048495. OLE color: 1048495.
HSL color Cylindrical-coordinate representation of color #AFFF0F: hue angle of 80º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFFF0F is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 15 | - |
| CMYK | 0.31 | 0 | 0.94 | 0 |
| HSL | 80º | 1% | 0.53% | - |
| HSV(B) | 80º | 0.94% | 1% | - |
| XYZ | 53.53 | 80.67 | 13.2 | - |
| YUV | 203.72 | 21.5 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 15 | 0.31 | 0 | 0.94 | 0 | 80 | 1 | 0.53 |
| Hex | AF | FF | F | 1F | 0 | 5E | 0 | 50 | 64 | 35 |
| Octal | 257 | 377 | 17 | 37 | 0 | 136 | 0 | 120 | 144 | 65 |
| Binary | 10101111 | 11111111 | 1111 | 11111 | 0 | 1011110 | 0 | 1010000 | 1100100 | 110101 |
Color Harmonies of #AFFF0F
Complementary color
Monochromatic Colors of #AFFF0F
Black with #AFFF0F
Text Example
Text Example
White with #AFFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF0F; }
p { color: rgb(175,255,15); }
H1.HeaderClassName
{
color: #AFFF0F;
}
.AnyTagClassName
{
color: #AFFF0F;
}
</style>
background-color css
<style>
a { background-color: #AFFF0F; }
a { background-color: rgb(175,255,15); }
div.DivClassName
{
background-color: #AFFF0F;
}
.BgClassName
{
background-color: #AFFF0F;
}
</style>
border-color css
<style>
span { border-color: #AFFF0F; }
span { border-color: rgb(175,255,15); }
td.TdClassName
{
border-color: #AFFF0F;
}
.TagClassName
{
border-color: #AFFF0F;
}
</style>