Shades of Dark Pastel Green #0FA83A
Tints of Dark Pastel Green #0FA83A
RGB
CMYK
RGB Variations
Color information
#0FA83A (or 0x0FA83A) is known color: Dark Pastel Green. HEX triplet: 0F, A8 and 3A. RGB value is (15,168,58). Sum of RGB (Red+Green+Blue) = 15+168+58=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 168 (66.02% from 255 or 69.71% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA83A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA83A is #F057C5. Grayscale: #6D6D6D. Windows color (decimal): -15751110 or 3844111. OLE color: 3844111.
HSL color Cylindrical-coordinate representation of color #0FA83A: hue angle of 136.86º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA83A is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 168 | 58 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.34 |
| HSL | 136.86º | 0.84% | 0.36% | - |
| HSV(B) | 136.86º | 0.91% | 0.66% | - |
| XYZ | 14.96 | 28.41 | 8.7 | - |
| YUV | 109.71 | 98.81 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 168 | 58 | 0.91 | 0 | 0.65 | 0.34 | 136.86 | 0.84 | 0.36 |
| Hex | F | A8 | 3A | 5B | 0 | 41 | 22 | 89 | 54 | 24 |
| Octal | 17 | 250 | 72 | 133 | 0 | 101 | 42 | 211 | 124 | 44 |
| Binary | 1111 | 10101000 | 111010 | 1011011 | 0 | 1000001 | 100010 | 10001001 | 1010100 | 100100 |
Color Harmonies of #0FA83A
Complementary color
Monochromatic Colors of #0FA83A
Black with #0FA83A
Text Example
Text Example
White with #0FA83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA83A; }
p { color: rgb(15,168,58); }
H1.HeaderClassName
{
color: #0FA83A;
}
.AnyTagClassName
{
color: #0FA83A;
}
</style>
background-color css
<style>
a { background-color: #0FA83A; }
a { background-color: rgb(15,168,58); }
div.DivClassName
{
background-color: #0FA83A;
}
.BgClassName
{
background-color: #0FA83A;
}
</style>
border-color css
<style>
span { border-color: #0FA83A; }
span { border-color: rgb(15,168,58); }
td.TdClassName
{
border-color: #0FA83A;
}
.TagClassName
{
border-color: #0FA83A;
}
</style>