Shades of Surfie Green #0D827A
Tints of Surfie Green #0D827A
RGB
CMYK
RGB Variations
Color information
#0D827A (or 0x0D827A) is known color: Surfie Green. HEX triplet: 0D, 82 and 7A. RGB value is (13,130,122). Sum of RGB (Red+Green+Blue) = 13+130+122=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #0D827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D827A is #F27D85. Grayscale: #5E5E5E. Windows color (decimal): -15891846 or 8028685. OLE color: 8028685.
HSL color Cylindrical-coordinate representation of color #0D827A: hue angle of 175.9º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D827A is Cyan = 0.9, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 130 | 122 | - |
| CMYK | 0.9 | 0 | 0.06 | 0.49 |
| HSL | 175.9º | 0.82% | 0.28% | - |
| HSV(B) | 175.9º | 0.9% | 0.51% | - |
| XYZ | 11.66 | 17.46 | 21.17 | - |
| YUV | 94.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 122 | 0.9 | 0 | 0.06 | 0.49 | 175.9 | 0.82 | 0.28 |
| Hex | D | 82 | 7A | 5A | 0 | 6 | 31 | B0 | 52 | 1C |
| Octal | 15 | 202 | 172 | 132 | 0 | 6 | 61 | 260 | 122 | 34 |
| Binary | 1101 | 10000010 | 1111010 | 1011010 | 0 | 110 | 110001 | 10110000 | 1010010 | 11100 |
Color Harmonies of #0D827A
Complementary color
Monochromatic Colors of #0D827A
Black with #0D827A
Text Example
Text Example
White with #0D827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D827A; }
p { color: rgb(13,130,122); }
H1.HeaderClassName
{
color: #0D827A;
}
.AnyTagClassName
{
color: #0D827A;
}
</style>
background-color css
<style>
a { background-color: #0D827A; }
a { background-color: rgb(13,130,122); }
div.DivClassName
{
background-color: #0D827A;
}
.BgClassName
{
background-color: #0D827A;
}
</style>
border-color css
<style>
span { border-color: #0D827A; }
span { border-color: rgb(13,130,122); }
td.TdClassName
{
border-color: #0D827A;
}
.TagClassName
{
border-color: #0D827A;
}
</style>