Shades of Dark Pastel Green #0FC34A
Tints of Dark Pastel Green #0FC34A
RGB
CMYK
RGB Variations
Color information
#0FC34A (or 0x0FC34A) is known color: Dark Pastel Green. HEX triplet: 0F, C3 and 4A. RGB value is (15,195,74). Sum of RGB (Red+Green+Blue) = 15+195+74=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 195 (76.56% from 255 or 68.66% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC34A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC34A is #F03CB5. Grayscale: #7F7F7F. Windows color (decimal): -15744182 or 4899599. OLE color: 4899599.
HSL color Cylindrical-coordinate representation of color #0FC34A: hue angle of 139.67º 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 #0FC34A is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 74 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.24 |
| HSL | 139.67º | 0.86% | 0.41% | - |
| HSV(B) | 139.67º | 0.92% | 0.76% | - |
| XYZ | 20.95 | 39.63 | 13.02 | - |
| YUV | 127.39 | 97.87 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 74 | 0.92 | 0 | 0.62 | 0.24 | 139.67 | 0.86 | 0.41 |
| Hex | F | C3 | 4A | 5C | 0 | 3E | 18 | 8C | 56 | 29 |
| Octal | 17 | 303 | 112 | 134 | 0 | 76 | 30 | 214 | 126 | 51 |
| Binary | 1111 | 11000011 | 1001010 | 1011100 | 0 | 111110 | 11000 | 10001100 | 1010110 | 101001 |
Color Harmonies of #0FC34A
Complementary color
Monochromatic Colors of #0FC34A
Black with #0FC34A
Text Example
Text Example
White with #0FC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC34A; }
p { color: rgb(15,195,74); }
H1.HeaderClassName
{
color: #0FC34A;
}
.AnyTagClassName
{
color: #0FC34A;
}
</style>
background-color css
<style>
a { background-color: #0FC34A; }
a { background-color: rgb(15,195,74); }
div.DivClassName
{
background-color: #0FC34A;
}
.BgClassName
{
background-color: #0FC34A;
}
</style>
border-color css
<style>
span { border-color: #0FC34A; }
span { border-color: rgb(15,195,74); }
td.TdClassName
{
border-color: #0FC34A;
}
.TagClassName
{
border-color: #0FC34A;
}
</style>