Shades of Spring Green #0AFF75
Tints of Spring Green #0AFF75
RGB
CMYK
RGB Variations
Color information
#0AFF75 (or 0x0AFF75) is known color: Spring Green. HEX triplet: 0A, FF and 75. RGB value is (10,255,117). Sum of RGB (Red+Green+Blue) = 10+255+117=382 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFF75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFF75 is #F5008A. Grayscale: #A6A6A6. Windows color (decimal): -16056459 or 7733002. OLE color: 7733002.
HSL color Cylindrical-coordinate representation of color #0AFF75: hue angle of 146.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFF75 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 117 | - |
| CMYK | 0.96 | 0 | 0.54 | 0 |
| HSL | 146.2º | 1% | 0.52% | - |
| HSV(B) | 146.2º | 0.96% | 1% | - |
| XYZ | 39.1 | 72.87 | 28.83 | - |
| YUV | 166.01 | 100.33 | 16.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 117 | 0.96 | 0 | 0.54 | 0 | 146.2 | 1 | 0.52 |
| Hex | A | FF | 75 | 60 | 0 | 36 | 0 | 92 | 64 | 34 |
| Octal | 12 | 377 | 165 | 140 | 0 | 66 | 0 | 222 | 144 | 64 |
| Binary | 1010 | 11111111 | 1110101 | 1100000 | 0 | 110110 | 0 | 10010010 | 1100100 | 110100 |
Color Harmonies of #0AFF75
Complementary color
Monochromatic Colors of #0AFF75
Black with #0AFF75
Text Example
Text Example
White with #0AFF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFF75; }
p { color: rgb(10,255,117); }
H1.HeaderClassName
{
color: #0AFF75;
}
.AnyTagClassName
{
color: #0AFF75;
}
</style>
background-color css
<style>
a { background-color: #0AFF75; }
a { background-color: rgb(10,255,117); }
div.DivClassName
{
background-color: #0AFF75;
}
.BgClassName
{
background-color: #0AFF75;
}
</style>
border-color css
<style>
span { border-color: #0AFF75; }
span { border-color: rgb(10,255,117); }
td.TdClassName
{
border-color: #0AFF75;
}
.TagClassName
{
border-color: #0AFF75;
}
</style>