Shades of Dark Pastel Green #0FB43B
Tints of Dark Pastel Green #0FB43B
RGB
CMYK
RGB Variations
Color information
#0FB43B (or 0x0FB43B) is known color: Dark Pastel Green. HEX triplet: 0F, B4 and 3B. RGB value is (15,180,59). Sum of RGB (Red+Green+Blue) = 15+180+59=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 180 (70.70% from 255 or 70.87% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB43B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB43B is #F04BC4. Grayscale: #757575. Windows color (decimal): -15748037 or 3912719. OLE color: 3912719.
HSL color Cylindrical-coordinate representation of color #0FB43B: hue angle of 136º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB43B is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 59 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.29 |
| HSL | 136º | 0.85% | 0.38% | - |
| HSV(B) | 136º | 0.92% | 0.71% | - |
| XYZ | 17.31 | 33.06 | 9.61 | - |
| YUV | 116.87 | 95.34 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 59 | 0.92 | 0 | 0.67 | 0.29 | 136 | 0.85 | 0.38 |
| Hex | F | B4 | 3B | 5C | 0 | 43 | 1D | 88 | 55 | 26 |
| Octal | 17 | 264 | 73 | 134 | 0 | 103 | 35 | 210 | 125 | 46 |
| Binary | 1111 | 10110100 | 111011 | 1011100 | 0 | 1000011 | 11101 | 10001000 | 1010101 | 100110 |
Color Harmonies of #0FB43B
Complementary color
Monochromatic Colors of #0FB43B
Black with #0FB43B
Text Example
Text Example
White with #0FB43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB43B; }
p { color: rgb(15,180,59); }
H1.HeaderClassName
{
color: #0FB43B;
}
.AnyTagClassName
{
color: #0FB43B;
}
</style>
background-color css
<style>
a { background-color: #0FB43B; }
a { background-color: rgb(15,180,59); }
div.DivClassName
{
background-color: #0FB43B;
}
.BgClassName
{
background-color: #0FB43B;
}
</style>
border-color css
<style>
span { border-color: #0FB43B; }
span { border-color: rgb(15,180,59); }
td.TdClassName
{
border-color: #0FB43B;
}
.TagClassName
{
border-color: #0FB43B;
}
</style>