Shades of Dark Pastel Green #0FD233
Tints of Dark Pastel Green #0FD233
RGB
CMYK
RGB Variations
Color information
#0FD233 (or 0x0FD233) is known color: Dark Pastel Green. HEX triplet: 0F, D2 and 33. RGB value is (15,210,51). Sum of RGB (Red+Green+Blue) = 15+210+51=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 210 (82.42% from 255 or 76.09% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD233 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD233 is #F02DCC. Grayscale: #868686. Windows color (decimal): -15740365 or 3396111. OLE color: 3396111.
HSL color Cylindrical-coordinate representation of color #0FD233: hue angle of 131.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD233 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 210 | 51 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.18 |
| HSL | 131.08º | 0.87% | 0.44% | - |
| HSV(B) | 131.08º | 0.93% | 0.82% | - |
| XYZ | 23.84 | 46.43 | 10.84 | - |
| YUV | 133.57 | 81.4 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 210 | 51 | 0.93 | 0 | 0.76 | 0.18 | 131.08 | 0.87 | 0.44 |
| Hex | F | D2 | 33 | 5D | 0 | 4C | 12 | 83 | 57 | 2C |
| Octal | 17 | 322 | 63 | 135 | 0 | 114 | 22 | 203 | 127 | 54 |
| Binary | 1111 | 11010010 | 110011 | 1011101 | 0 | 1001100 | 10010 | 10000011 | 1010111 | 101100 |
Color Harmonies of #0FD233
Complementary color
Monochromatic Colors of #0FD233
Black with #0FD233
Text Example
Text Example
White with #0FD233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD233; }
p { color: rgb(15,210,51); }
H1.HeaderClassName
{
color: #0FD233;
}
.AnyTagClassName
{
color: #0FD233;
}
</style>
background-color css
<style>
a { background-color: #0FD233; }
a { background-color: rgb(15,210,51); }
div.DivClassName
{
background-color: #0FD233;
}
.BgClassName
{
background-color: #0FD233;
}
</style>
border-color css
<style>
span { border-color: #0FD233; }
span { border-color: rgb(15,210,51); }
td.TdClassName
{
border-color: #0FD233;
}
.TagClassName
{
border-color: #0FD233;
}
</style>