Shades of Spring Bud #9AFC06
Tints of Spring Bud #9AFC06
RGB
CMYK
RGB Variations
Color information
#9AFC06 (or 0x9AFC06) is known color: Spring Bud. HEX triplet: 9A, FC and 06. RGB value is (154,252,6). Sum of RGB (Red+Green+Blue) = 154+252+6=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 252 (98.83% from 255 or 61.17% from 412); Blue value is 6 (2.73% from 255 or 1.46% from 412); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFC06 is #6503F9. Grayscale: #C3C3C3. Windows color (decimal): -6620154 or 457882. OLE color: 457882.
HSL color Cylindrical-coordinate representation of color #9AFC06: hue angle of 83.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9AFC06 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 252 | 6 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.01 |
| HSL | 83.9º | 0.98% | 0.51% | - |
| HSV(B) | 83.9º | 0.98% | 0.99% | - |
| XYZ | 48.17 | 76.5 | 12.4 | - |
| YUV | 194.65 | 21.53 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 252 | 6 | 0.39 | 0 | 0.98 | 0.01 | 83.9 | 0.98 | 0.51 |
| Hex | 9A | FC | 6 | 27 | 0 | 62 | 1 | 54 | 62 | 33 |
| Octal | 232 | 374 | 6 | 47 | 0 | 142 | 1 | 124 | 142 | 63 |
| Binary | 10011010 | 11111100 | 110 | 100111 | 0 | 1100010 | 1 | 1010100 | 1100010 | 110011 |
Color Harmonies of #9AFC06
Complementary color
Monochromatic Colors of #9AFC06
Black with #9AFC06
Text Example
Text Example
White with #9AFC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFC06; }
p { color: rgb(154,252,6); }
H1.HeaderClassName
{
color: #9AFC06;
}
.AnyTagClassName
{
color: #9AFC06;
}
</style>
background-color css
<style>
a { background-color: #9AFC06; }
a { background-color: rgb(154,252,6); }
div.DivClassName
{
background-color: #9AFC06;
}
.BgClassName
{
background-color: #9AFC06;
}
</style>
border-color css
<style>
span { border-color: #9AFC06; }
span { border-color: rgb(154,252,6); }
td.TdClassName
{
border-color: #9AFC06;
}
.TagClassName
{
border-color: #9AFC06;
}
</style>