Shades of Spring Green #0FFA66
Tints of Spring Green #0FFA66
RGB
CMYK
RGB Variations
Color information
#0FFA66 (or 0x0FFA66) is known color: Spring Green. HEX triplet: 0F, FA and 66. RGB value is (15,250,102). Sum of RGB (Red+Green+Blue) = 15+250+102=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 250 (98.05% from 255 or 68.12% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFA66 is #F00599. Grayscale: #A3A3A3. Windows color (decimal): -15730074 or 6748687. OLE color: 6748687.
HSL color Cylindrical-coordinate representation of color #0FFA66: hue angle of 142.21º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFA66 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 102 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.02 |
| HSL | 142.21º | 0.96% | 0.52% | - |
| HSV(B) | 142.21º | 0.94% | 0.98% | - |
| XYZ | 36.78 | 69.43 | 24.03 | - |
| YUV | 162.86 | 93.64 | 22.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 102 | 0.94 | 0 | 0.59 | 0.02 | 142.21 | 0.96 | 0.52 |
| Hex | F | FA | 66 | 5E | 0 | 3B | 2 | 8E | 60 | 34 |
| Octal | 17 | 372 | 146 | 136 | 0 | 73 | 2 | 216 | 140 | 64 |
| Binary | 1111 | 11111010 | 1100110 | 1011110 | 0 | 111011 | 10 | 10001110 | 1100000 | 110100 |
Color Harmonies of #0FFA66
Complementary color
Monochromatic Colors of #0FFA66
Black with #0FFA66
Text Example
Text Example
White with #0FFA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFA66; }
p { color: rgb(15,250,102); }
H1.HeaderClassName
{
color: #0FFA66;
}
.AnyTagClassName
{
color: #0FFA66;
}
</style>
background-color css
<style>
a { background-color: #0FFA66; }
a { background-color: rgb(15,250,102); }
div.DivClassName
{
background-color: #0FFA66;
}
.BgClassName
{
background-color: #0FFA66;
}
</style>
border-color css
<style>
span { border-color: #0FFA66; }
span { border-color: rgb(15,250,102); }
td.TdClassName
{
border-color: #0FFA66;
}
.TagClassName
{
border-color: #0FFA66;
}
</style>