Shades of Spring Bud #AFF908
Tints of Spring Bud #AFF908
RGB
CMYK
RGB Variations
Color information
#AFF908 (or 0xAFF908) is known color: Spring Bud. HEX triplet: AF, F9 and 08. RGB value is (175,249,8). Sum of RGB (Red+Green+Blue) = 175+249+8=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 249 (97.66% from 255 or 57.64% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF908 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF908 is #5006F7. Grayscale: #C8C8C8. Windows color (decimal): -5244664 or 588207. OLE color: 588207.
HSL color Cylindrical-coordinate representation of color #AFF908: hue angle of 78.42º 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 #AFF908 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 8 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.02 |
| HSL | 78.42º | 0.95% | 0.5% | - |
| HSV(B) | 78.42º | 0.97% | 0.98% | - |
| XYZ | 51.6 | 76.88 | 12.35 | - |
| YUV | 199.4 | 19.98 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 8 | 0.30 | 0 | 0.97 | 0.02 | 78.42 | 0.95 | 0.5 |
| Hex | AF | F9 | 8 | 1E | 0 | 61 | 2 | 4E | 5F | 32 |
| Octal | 257 | 371 | 10 | 36 | 0 | 141 | 2 | 116 | 137 | 62 |
| Binary | 10101111 | 11111001 | 1000 | 11110 | 0 | 1100001 | 10 | 1001110 | 1011111 | 110010 |
Color Harmonies of #AFF908
Complementary color
Monochromatic Colors of #AFF908
Black with #AFF908
Text Example
Text Example
White with #AFF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF908; }
p { color: rgb(175,249,8); }
H1.HeaderClassName
{
color: #AFF908;
}
.AnyTagClassName
{
color: #AFF908;
}
</style>
background-color css
<style>
a { background-color: #AFF908; }
a { background-color: rgb(175,249,8); }
div.DivClassName
{
background-color: #AFF908;
}
.BgClassName
{
background-color: #AFF908;
}
</style>
border-color css
<style>
span { border-color: #AFF908; }
span { border-color: rgb(175,249,8); }
td.TdClassName
{
border-color: #AFF908;
}
.TagClassName
{
border-color: #AFF908;
}
</style>