Shades of Dark Pastel Green #0FA73C
Tints of Dark Pastel Green #0FA73C
RGB
CMYK
RGB Variations
Color information
#0FA73C (or 0x0FA73C) is known color: Dark Pastel Green. HEX triplet: 0F, A7 and 3C. RGB value is (15,167,60). Sum of RGB (Red+Green+Blue) = 15+167+60=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 167 (65.62% from 255 or 69.01% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA73C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA73C is #F058C3. Grayscale: #6D6D6D. Windows color (decimal): -15751364 or 3974927. OLE color: 3974927.
HSL color Cylindrical-coordinate representation of color #0FA73C: hue angle of 137.76º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA73C is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 167 | 60 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.35 |
| HSL | 137.76º | 0.84% | 0.36% | - |
| HSV(B) | 137.76º | 0.91% | 0.65% | - |
| XYZ | 14.83 | 28.07 | 8.91 | - |
| YUV | 109.35 | 100.14 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 60 | 0.91 | 0 | 0.64 | 0.35 | 137.76 | 0.84 | 0.36 |
| Hex | F | A7 | 3C | 5B | 0 | 40 | 23 | 8A | 54 | 24 |
| Octal | 17 | 247 | 74 | 133 | 0 | 100 | 43 | 212 | 124 | 44 |
| Binary | 1111 | 10100111 | 111100 | 1011011 | 0 | 1000000 | 100011 | 10001010 | 1010100 | 100100 |
Color Harmonies of #0FA73C
Complementary color
Monochromatic Colors of #0FA73C
Black with #0FA73C
Text Example
Text Example
White with #0FA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA73C; }
p { color: rgb(15,167,60); }
H1.HeaderClassName
{
color: #0FA73C;
}
.AnyTagClassName
{
color: #0FA73C;
}
</style>
background-color css
<style>
a { background-color: #0FA73C; }
a { background-color: rgb(15,167,60); }
div.DivClassName
{
background-color: #0FA73C;
}
.BgClassName
{
background-color: #0FA73C;
}
</style>
border-color css
<style>
span { border-color: #0FA73C; }
span { border-color: rgb(15,167,60); }
td.TdClassName
{
border-color: #0FA73C;
}
.TagClassName
{
border-color: #0FA73C;
}
</style>