Shades of Spring Bud #9AF602
Tints of Spring Bud #9AF602
RGB
CMYK
RGB Variations
Color information
#9AF602 (or 0x9AF602) is known color: Spring Bud. HEX triplet: 9A, F6 and 02. RGB value is (154,246,2). Sum of RGB (Red+Green+Blue) = 154+246+2=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 246 (96.48% from 255 or 61.19% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF602 is #6509FD. Grayscale: #BFBFBF. Windows color (decimal): -6621694 or 194202. OLE color: 194202.
HSL color Cylindrical-coordinate representation of color #9AF602: hue angle of 82.62º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AF602 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 246 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.04 |
| HSL | 82.62º | 0.98% | 0.49% | - |
| HSV(B) | 82.62º | 0.99% | 0.96% | - |
| XYZ | 46.29 | 72.79 | 11.67 | - |
| YUV | 190.68 | 21.52 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 246 | 2 | 0.37 | 0 | 0.99 | 0.04 | 82.62 | 0.98 | 0.49 |
| Hex | 9A | F6 | 2 | 25 | 0 | 63 | 4 | 53 | 62 | 31 |
| Octal | 232 | 366 | 2 | 45 | 0 | 143 | 4 | 123 | 142 | 61 |
| Binary | 10011010 | 11110110 | 10 | 100101 | 0 | 1100011 | 100 | 1010011 | 1100010 | 110001 |
Color Harmonies of #9AF602
Complementary color
Monochromatic Colors of #9AF602
Black with #9AF602
Text Example
Text Example
White with #9AF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF602; }
p { color: rgb(154,246,2); }
H1.HeaderClassName
{
color: #9AF602;
}
.AnyTagClassName
{
color: #9AF602;
}
</style>
background-color css
<style>
a { background-color: #9AF602; }
a { background-color: rgb(154,246,2); }
div.DivClassName
{
background-color: #9AF602;
}
.BgClassName
{
background-color: #9AF602;
}
</style>
border-color css
<style>
span { border-color: #9AF602; }
span { border-color: rgb(154,246,2); }
td.TdClassName
{
border-color: #9AF602;
}
.TagClassName
{
border-color: #9AF602;
}
</style>