Shades of Dark Pastel Green #0FB43D
Tints of Dark Pastel Green #0FB43D
RGB
CMYK
RGB Variations
Color information
#0FB43D (or 0x0FB43D) is known color: Dark Pastel Green. HEX triplet: 0F, B4 and 3D. RGB value is (15,180,61). Sum of RGB (Red+Green+Blue) = 15+180+61=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB43D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB43D is #F04BC2. Grayscale: #757575. Windows color (decimal): -15748035 or 4043791. OLE color: 4043791.
HSL color Cylindrical-coordinate representation of color #0FB43D: hue angle of 136.73º 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 #0FB43D is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 61 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.29 |
| HSL | 136.73º | 0.85% | 0.38% | - |
| HSV(B) | 136.73º | 0.92% | 0.71% | - |
| XYZ | 17.36 | 33.08 | 9.89 | - |
| YUV | 117.1 | 96.34 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 61 | 0.92 | 0 | 0.66 | 0.29 | 136.73 | 0.85 | 0.38 |
| Hex | F | B4 | 3D | 5C | 0 | 42 | 1D | 89 | 55 | 26 |
| Octal | 17 | 264 | 75 | 134 | 0 | 102 | 35 | 211 | 125 | 46 |
| Binary | 1111 | 10110100 | 111101 | 1011100 | 0 | 1000010 | 11101 | 10001001 | 1010101 | 100110 |
Color Harmonies of #0FB43D
Complementary color
Monochromatic Colors of #0FB43D
Black with #0FB43D
Text Example
Text Example
White with #0FB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB43D; }
p { color: rgb(15,180,61); }
H1.HeaderClassName
{
color: #0FB43D;
}
.AnyTagClassName
{
color: #0FB43D;
}
</style>
background-color css
<style>
a { background-color: #0FB43D; }
a { background-color: rgb(15,180,61); }
div.DivClassName
{
background-color: #0FB43D;
}
.BgClassName
{
background-color: #0FB43D;
}
</style>
border-color css
<style>
span { border-color: #0FB43D; }
span { border-color: rgb(15,180,61); }
td.TdClassName
{
border-color: #0FB43D;
}
.TagClassName
{
border-color: #0FB43D;
}
</style>