Shades of Dark Pastel Green #0FC23D
Tints of Dark Pastel Green #0FC23D
RGB
CMYK
RGB Variations
Color information
#0FC23D (or 0x0FC23D) is known color: Dark Pastel Green. HEX triplet: 0F, C2 and 3D. RGB value is (15,194,61). Sum of RGB (Red+Green+Blue) = 15+194+61=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 194 (76.17% from 255 or 71.85% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC23D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC23D is #F03DC2. Grayscale: #7D7D7D. Windows color (decimal): -15744451 or 4047375. OLE color: 4047375.
HSL color Cylindrical-coordinate representation of color #0FC23D: hue angle of 135.42º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC23D is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 61 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.24 |
| HSL | 135.42º | 0.86% | 0.41% | - |
| HSV(B) | 135.42º | 0.92% | 0.76% | - |
| XYZ | 20.33 | 39.02 | 10.88 | - |
| YUV | 125.32 | 91.7 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 61 | 0.92 | 0 | 0.69 | 0.24 | 135.42 | 0.86 | 0.41 |
| Hex | F | C2 | 3D | 5C | 0 | 45 | 18 | 87 | 56 | 29 |
| Octal | 17 | 302 | 75 | 134 | 0 | 105 | 30 | 207 | 126 | 51 |
| Binary | 1111 | 11000010 | 111101 | 1011100 | 0 | 1000101 | 11000 | 10000111 | 1010110 | 101001 |
Color Harmonies of #0FC23D
Complementary color
Monochromatic Colors of #0FC23D
Black with #0FC23D
Text Example
Text Example
White with #0FC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC23D; }
p { color: rgb(15,194,61); }
H1.HeaderClassName
{
color: #0FC23D;
}
.AnyTagClassName
{
color: #0FC23D;
}
</style>
background-color css
<style>
a { background-color: #0FC23D; }
a { background-color: rgb(15,194,61); }
div.DivClassName
{
background-color: #0FC23D;
}
.BgClassName
{
background-color: #0FC23D;
}
</style>
border-color css
<style>
span { border-color: #0FC23D; }
span { border-color: rgb(15,194,61); }
td.TdClassName
{
border-color: #0FC23D;
}
.TagClassName
{
border-color: #0FC23D;
}
</style>