Shades of Spring Bud #AFFF10
Tints of Spring Bud #AFFF10
RGB
CMYK
RGB Variations
Color information
#AFFF10 (or 0xAFFF10) is known color: Spring Bud. HEX triplet: AF, FF and 10. RGB value is (175,255,16). Sum of RGB (Red+Green+Blue) = 175+255+16=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF10 is #5000EF. Grayscale: #CCCCCC. Windows color (decimal): -5243120 or 1114031. OLE color: 1114031.
HSL color Cylindrical-coordinate representation of color #AFFF10: hue angle of 80.08º 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 #AFFF10 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 16 | - |
| CMYK | 0.31 | 0 | 0.94 | 0 |
| HSL | 80.08º | 1% | 0.53% | - |
| HSV(B) | 80.08º | 0.94% | 1% | - |
| XYZ | 53.53 | 80.67 | 13.24 | - |
| YUV | 203.83 | 22 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 16 | 0.31 | 0 | 0.94 | 0 | 80.08 | 1 | 0.53 |
| Hex | AF | FF | 10 | 1F | 0 | 5E | 0 | 50 | 64 | 35 |
| Octal | 257 | 377 | 20 | 37 | 0 | 136 | 0 | 120 | 144 | 65 |
| Binary | 10101111 | 11111111 | 10000 | 11111 | 0 | 1011110 | 0 | 1010000 | 1100100 | 110101 |
Color Harmonies of #AFFF10
Complementary color
Monochromatic Colors of #AFFF10
Black with #AFFF10
Text Example
Text Example
White with #AFFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF10; }
p { color: rgb(175,255,16); }
H1.HeaderClassName
{
color: #AFFF10;
}
.AnyTagClassName
{
color: #AFFF10;
}
</style>
background-color css
<style>
a { background-color: #AFFF10; }
a { background-color: rgb(175,255,16); }
div.DivClassName
{
background-color: #AFFF10;
}
.BgClassName
{
background-color: #AFFF10;
}
</style>
border-color css
<style>
span { border-color: #AFFF10; }
span { border-color: rgb(175,255,16); }
td.TdClassName
{
border-color: #AFFF10;
}
.TagClassName
{
border-color: #AFFF10;
}
</style>