Shades of Dark Pastel Green #0FA438
Tints of Dark Pastel Green #0FA438
RGB
CMYK
RGB Variations
Color information
#0FA438 (or 0x0FA438) is known color: Dark Pastel Green. HEX triplet: 0F, A4 and 38. RGB value is (15,164,56). Sum of RGB (Red+Green+Blue) = 15+164+56=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 164 (64.45% from 255 or 69.79% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA438 is #F05BC7. Grayscale: #6B6B6B. Windows color (decimal): -15752136 or 3712015. OLE color: 3712015.
HSL color Cylindrical-coordinate representation of color #0FA438: hue angle of 136.51º 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 #0FA438 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 164 | 56 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.36 |
| HSL | 136.51º | 0.83% | 0.35% | - |
| HSV(B) | 136.51º | 0.91% | 0.64% | - |
| XYZ | 14.19 | 26.94 | 8.19 | - |
| YUV | 107.14 | 99.14 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 164 | 56 | 0.91 | 0 | 0.66 | 0.36 | 136.51 | 0.83 | 0.35 |
| Hex | F | A4 | 38 | 5B | 0 | 42 | 24 | 89 | 53 | 23 |
| Octal | 17 | 244 | 70 | 133 | 0 | 102 | 44 | 211 | 123 | 43 |
| Binary | 1111 | 10100100 | 111000 | 1011011 | 0 | 1000010 | 100100 | 10001001 | 1010011 | 100011 |
Color Harmonies of #0FA438
Complementary color
Monochromatic Colors of #0FA438
Black with #0FA438
Text Example
Text Example
White with #0FA438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA438; }
p { color: rgb(15,164,56); }
H1.HeaderClassName
{
color: #0FA438;
}
.AnyTagClassName
{
color: #0FA438;
}
</style>
background-color css
<style>
a { background-color: #0FA438; }
a { background-color: rgb(15,164,56); }
div.DivClassName
{
background-color: #0FA438;
}
.BgClassName
{
background-color: #0FA438;
}
</style>
border-color css
<style>
span { border-color: #0FA438; }
span { border-color: rgb(15,164,56); }
td.TdClassName
{
border-color: #0FA438;
}
.TagClassName
{
border-color: #0FA438;
}
</style>