Shades of Dark Pastel Green #0FA332
Tints of Dark Pastel Green #0FA332
RGB
CMYK
RGB Variations
Color information
#0FA332 (or 0x0FA332) is known color: Dark Pastel Green. HEX triplet: 0F, A3 and 32. RGB value is (15,163,50). Sum of RGB (Red+Green+Blue) = 15+163+50=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 163 (64.06% from 255 or 71.49% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA332 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA332 is #F05CCD. Grayscale: #6A6A6A. Windows color (decimal): -15752398 or 3318543. OLE color: 3318543.
HSL color Cylindrical-coordinate representation of color #0FA332: hue angle of 134.19º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA332 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 50 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.36 |
| HSL | 134.19º | 0.83% | 0.35% | - |
| HSV(B) | 134.19º | 0.91% | 0.64% | - |
| XYZ | 13.87 | 26.53 | 7.41 | - |
| YUV | 105.87 | 96.47 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 50 | 0.91 | 0 | 0.69 | 0.36 | 134.19 | 0.83 | 0.35 |
| Hex | F | A3 | 32 | 5B | 0 | 45 | 24 | 86 | 53 | 23 |
| Octal | 17 | 243 | 62 | 133 | 0 | 105 | 44 | 206 | 123 | 43 |
| Binary | 1111 | 10100011 | 110010 | 1011011 | 0 | 1000101 | 100100 | 10000110 | 1010011 | 100011 |
Color Harmonies of #0FA332
Complementary color
Monochromatic Colors of #0FA332
Black with #0FA332
Text Example
Text Example
White with #0FA332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA332; }
p { color: rgb(15,163,50); }
H1.HeaderClassName
{
color: #0FA332;
}
.AnyTagClassName
{
color: #0FA332;
}
</style>
background-color css
<style>
a { background-color: #0FA332; }
a { background-color: rgb(15,163,50); }
div.DivClassName
{
background-color: #0FA332;
}
.BgClassName
{
background-color: #0FA332;
}
</style>
border-color css
<style>
span { border-color: #0FA332; }
span { border-color: rgb(15,163,50); }
td.TdClassName
{
border-color: #0FA332;
}
.TagClassName
{
border-color: #0FA332;
}
</style>