Shades of Spring Bud #95FA0A
Tints of Spring Bud #95FA0A
RGB
CMYK
RGB Variations
Color information
#95FA0A (or 0x95FA0A) is known color: Spring Bud. HEX triplet: 95, FA and 0A. RGB value is (149,250,10). Sum of RGB (Red+Green+Blue) = 149+250+10=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #95FA0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FA0A is #6A05F5. Grayscale: #C1C1C1. Windows color (decimal): -6948342 or 719509. OLE color: 719509.
HSL color Cylindrical-coordinate representation of color #95FA0A: hue angle of 85.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95FA0A is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 250 | 10 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.02 |
| HSL | 85.25º | 0.96% | 0.51% | - |
| HSV(B) | 85.25º | 0.96% | 0.98% | - |
| XYZ | 46.63 | 74.78 | 12.26 | - |
| YUV | 192.44 | 25.04 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 250 | 10 | 0.40 | 0 | 0.96 | 0.02 | 85.25 | 0.96 | 0.51 |
| Hex | 95 | FA | A | 28 | 0 | 60 | 2 | 55 | 60 | 33 |
| Octal | 225 | 372 | 12 | 50 | 0 | 140 | 2 | 125 | 140 | 63 |
| Binary | 10010101 | 11111010 | 1010 | 101000 | 0 | 1100000 | 10 | 1010101 | 1100000 | 110011 |
Color Harmonies of #95FA0A
Complementary color
Monochromatic Colors of #95FA0A
Black with #95FA0A
Text Example
Text Example
White with #95FA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FA0A; }
p { color: rgb(149,250,10); }
H1.HeaderClassName
{
color: #95FA0A;
}
.AnyTagClassName
{
color: #95FA0A;
}
</style>
background-color css
<style>
a { background-color: #95FA0A; }
a { background-color: rgb(149,250,10); }
div.DivClassName
{
background-color: #95FA0A;
}
.BgClassName
{
background-color: #95FA0A;
}
</style>
border-color css
<style>
span { border-color: #95FA0A; }
span { border-color: rgb(149,250,10); }
td.TdClassName
{
border-color: #95FA0A;
}
.TagClassName
{
border-color: #95FA0A;
}
</style>