Shades of Dark Pastel Green #0FB43C
Tints of Dark Pastel Green #0FB43C
RGB
CMYK
RGB Variations
Color information
#0FB43C (or 0x0FB43C) is known color: Dark Pastel Green. HEX triplet: 0F, B4 and 3C. RGB value is (15,180,60). Sum of RGB (Red+Green+Blue) = 15+180+60=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 180 (70.70% from 255 or 70.59% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB43C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB43C is #F04BC3. Grayscale: #757575. Windows color (decimal): -15748036 or 3978255. OLE color: 3978255.
HSL color Cylindrical-coordinate representation of color #0FB43C: hue angle of 136.36º 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 #0FB43C is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 60 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.29 |
| HSL | 136.36º | 0.85% | 0.38% | - |
| HSV(B) | 136.36º | 0.92% | 0.71% | - |
| XYZ | 17.33 | 33.07 | 9.74 | - |
| YUV | 116.99 | 95.84 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 60 | 0.92 | 0 | 0.67 | 0.29 | 136.36 | 0.85 | 0.38 |
| Hex | F | B4 | 3C | 5C | 0 | 43 | 1D | 88 | 55 | 26 |
| Octal | 17 | 264 | 74 | 134 | 0 | 103 | 35 | 210 | 125 | 46 |
| Binary | 1111 | 10110100 | 111100 | 1011100 | 0 | 1000011 | 11101 | 10001000 | 1010101 | 100110 |
Color Harmonies of #0FB43C
Complementary color
Monochromatic Colors of #0FB43C
Black with #0FB43C
Text Example
Text Example
White with #0FB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB43C; }
p { color: rgb(15,180,60); }
H1.HeaderClassName
{
color: #0FB43C;
}
.AnyTagClassName
{
color: #0FB43C;
}
</style>
background-color css
<style>
a { background-color: #0FB43C; }
a { background-color: rgb(15,180,60); }
div.DivClassName
{
background-color: #0FB43C;
}
.BgClassName
{
background-color: #0FB43C;
}
</style>
border-color css
<style>
span { border-color: #0FB43C; }
span { border-color: rgb(15,180,60); }
td.TdClassName
{
border-color: #0FB43C;
}
.TagClassName
{
border-color: #0FB43C;
}
</style>