Shades of Dark Pastel Green #0FB23D
Tints of Dark Pastel Green #0FB23D
RGB
CMYK
RGB Variations
Color information
#0FB23D (or 0x0FB23D) is known color: Dark Pastel Green. HEX triplet: 0F, B2 and 3D. RGB value is (15,178,61). Sum of RGB (Red+Green+Blue) = 15+178+61=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 178 (69.92% from 255 or 70.08% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB23D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB23D is #F04DC2. Grayscale: #747474. Windows color (decimal): -15748547 or 4043279. OLE color: 4043279.
HSL color Cylindrical-coordinate representation of color #0FB23D: hue angle of 136.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB23D is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 61 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.30 |
| HSL | 136.93º | 0.84% | 0.38% | - |
| HSV(B) | 136.93º | 0.92% | 0.7% | - |
| XYZ | 16.96 | 32.28 | 9.75 | - |
| YUV | 115.93 | 97 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 61 | 0.92 | 0 | 0.66 | 0.30 | 136.93 | 0.84 | 0.38 |
| Hex | F | B2 | 3D | 5C | 0 | 42 | 1E | 89 | 54 | 26 |
| Octal | 17 | 262 | 75 | 134 | 0 | 102 | 36 | 211 | 124 | 46 |
| Binary | 1111 | 10110010 | 111101 | 1011100 | 0 | 1000010 | 11110 | 10001001 | 1010100 | 100110 |
Color Harmonies of #0FB23D
Complementary color
Monochromatic Colors of #0FB23D
Black with #0FB23D
Text Example
Text Example
White with #0FB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB23D; }
p { color: rgb(15,178,61); }
H1.HeaderClassName
{
color: #0FB23D;
}
.AnyTagClassName
{
color: #0FB23D;
}
</style>
background-color css
<style>
a { background-color: #0FB23D; }
a { background-color: rgb(15,178,61); }
div.DivClassName
{
background-color: #0FB23D;
}
.BgClassName
{
background-color: #0FB23D;
}
</style>
border-color css
<style>
span { border-color: #0FB23D; }
span { border-color: rgb(15,178,61); }
td.TdClassName
{
border-color: #0FB23D;
}
.TagClassName
{
border-color: #0FB23D;
}
</style>