Shades of Dark Pastel Green #0FA728
Tints of Dark Pastel Green #0FA728
RGB
CMYK
RGB Variations
Color information
#0FA728 (or 0x0FA728) is known color: Dark Pastel Green. HEX triplet: 0F, A7 and 28. RGB value is (15,167,40). Sum of RGB (Red+Green+Blue) = 15+167+40=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 167 (65.62% from 255 or 75.23% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA728 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA728 is #F058D7. Grayscale: #6B6B6B. Windows color (decimal): -15751384 or 2664207. OLE color: 2664207.
HSL color Cylindrical-coordinate representation of color #0FA728: hue angle of 129.87º 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 #0FA728 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 167 | 40 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.35 |
| HSL | 129.87º | 0.84% | 0.36% | - |
| HSV(B) | 129.87º | 0.91% | 0.65% | - |
| XYZ | 14.4 | 27.89 | 6.63 | - |
| YUV | 107.07 | 90.14 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 40 | 0.91 | 0 | 0.76 | 0.35 | 129.87 | 0.84 | 0.36 |
| Hex | F | A7 | 28 | 5B | 0 | 4C | 23 | 82 | 54 | 24 |
| Octal | 17 | 247 | 50 | 133 | 0 | 114 | 43 | 202 | 124 | 44 |
| Binary | 1111 | 10100111 | 101000 | 1011011 | 0 | 1001100 | 100011 | 10000010 | 1010100 | 100100 |
Color Harmonies of #0FA728
Complementary color
Monochromatic Colors of #0FA728
Black with #0FA728
Text Example
Text Example
White with #0FA728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA728; }
p { color: rgb(15,167,40); }
H1.HeaderClassName
{
color: #0FA728;
}
.AnyTagClassName
{
color: #0FA728;
}
</style>
background-color css
<style>
a { background-color: #0FA728; }
a { background-color: rgb(15,167,40); }
div.DivClassName
{
background-color: #0FA728;
}
.BgClassName
{
background-color: #0FA728;
}
</style>
border-color css
<style>
span { border-color: #0FA728; }
span { border-color: rgb(15,167,40); }
td.TdClassName
{
border-color: #0FA728;
}
.TagClassName
{
border-color: #0FA728;
}
</style>