Shades of Dark Pastel Green #0FCA43
Tints of Dark Pastel Green #0FCA43
RGB
CMYK
RGB Variations
Color information
#0FCA43 (or 0x0FCA43) is known color: Dark Pastel Green. HEX triplet: 0F, CA and 43. RGB value is (15,202,67). Sum of RGB (Red+Green+Blue) = 15+202+67=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 202 (79.30% from 255 or 71.13% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCA43 is #F035BC. Grayscale: #838383. Windows color (decimal): -15742397 or 4442639. OLE color: 4442639.
HSL color Cylindrical-coordinate representation of color #0FCA43: hue angle of 136.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCA43 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 67 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.21 |
| HSL | 136.68º | 0.86% | 0.43% | - |
| HSV(B) | 136.68º | 0.93% | 0.79% | - |
| XYZ | 22.33 | 42.75 | 12.38 | - |
| YUV | 130.7 | 92.05 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 67 | 0.93 | 0 | 0.67 | 0.21 | 136.68 | 0.86 | 0.43 |
| Hex | F | CA | 43 | 5D | 0 | 43 | 15 | 89 | 56 | 2B |
| Octal | 17 | 312 | 103 | 135 | 0 | 103 | 25 | 211 | 126 | 53 |
| Binary | 1111 | 11001010 | 1000011 | 1011101 | 0 | 1000011 | 10101 | 10001001 | 1010110 | 101011 |
Color Harmonies of #0FCA43
Complementary color
Monochromatic Colors of #0FCA43
Black with #0FCA43
Text Example
Text Example
White with #0FCA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCA43; }
p { color: rgb(15,202,67); }
H1.HeaderClassName
{
color: #0FCA43;
}
.AnyTagClassName
{
color: #0FCA43;
}
</style>
background-color css
<style>
a { background-color: #0FCA43; }
a { background-color: rgb(15,202,67); }
div.DivClassName
{
background-color: #0FCA43;
}
.BgClassName
{
background-color: #0FCA43;
}
</style>
border-color css
<style>
span { border-color: #0FCA43; }
span { border-color: rgb(15,202,67); }
td.TdClassName
{
border-color: #0FCA43;
}
.TagClassName
{
border-color: #0FCA43;
}
</style>