Shades of Pine Green #0A8272
Tints of Pine Green #0A8272
RGB
CMYK
RGB Variations
Color information
#0A8272 (or 0x0A8272) is known color: Pine Green. HEX triplet: 0A, 82 and 72. RGB value is (10,130,114). Sum of RGB (Red+Green+Blue) = 10+130+114=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #0A8272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8272 is #F57D8D. Grayscale: #5C5C5C. Windows color (decimal): -16088462 or 7504394. OLE color: 7504394.
HSL color Cylindrical-coordinate representation of color #0A8272: hue angle of 172º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8272 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 130 | 114 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.49 |
| HSL | 172º | 0.86% | 0.27% | - |
| HSV(B) | 172º | 0.92% | 0.51% | - |
| XYZ | 11.15 | 17.24 | 18.66 | - |
| YUV | 92.3 | 140.24 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 130 | 114 | 0.92 | 0 | 0.12 | 0.49 | 172 | 0.86 | 0.27 |
| Hex | A | 82 | 72 | 5C | 0 | C | 31 | AC | 56 | 1B |
| Octal | 12 | 202 | 162 | 134 | 0 | 14 | 61 | 254 | 126 | 33 |
| Binary | 1010 | 10000010 | 1110010 | 1011100 | 0 | 1100 | 110001 | 10101100 | 1010110 | 11011 |
Color Harmonies of #0A8272
Complementary color
Monochromatic Colors of #0A8272
Black with #0A8272
Text Example
Text Example
White with #0A8272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8272; }
p { color: rgb(10,130,114); }
H1.HeaderClassName
{
color: #0A8272;
}
.AnyTagClassName
{
color: #0A8272;
}
</style>
background-color css
<style>
a { background-color: #0A8272; }
a { background-color: rgb(10,130,114); }
div.DivClassName
{
background-color: #0A8272;
}
.BgClassName
{
background-color: #0A8272;
}
</style>
border-color css
<style>
span { border-color: #0A8272; }
span { border-color: rgb(10,130,114); }
td.TdClassName
{
border-color: #0A8272;
}
.TagClassName
{
border-color: #0A8272;
}
</style>