Shades of Surfie Green #128278
Tints of Surfie Green #128278
RGB
CMYK
RGB Variations
Color information
#128278 (or 0x128278) is known color: Surfie Green. HEX triplet: 12, 82 and 78. RGB value is (18,130,120). Sum of RGB (Red+Green+Blue) = 18+130+120=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #128278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128278 is #ED7D87. Grayscale: #5F5F5F. Windows color (decimal): -15564168 or 7897618. OLE color: 7897618.
HSL color Cylindrical-coordinate representation of color #128278: hue angle of 174.64º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128278 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 120 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.49 |
| HSL | 174.64º | 0.76% | 0.29% | - |
| HSV(B) | 174.64º | 0.86% | 0.51% | - |
| XYZ | 11.62 | 17.45 | 20.52 | - |
| YUV | 95.37 | 141.89 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 120 | 0.86 | 0 | 0.08 | 0.49 | 174.64 | 0.76 | 0.29 |
| Hex | 12 | 82 | 78 | 56 | 0 | 8 | 31 | AF | 4C | 1D |
| Octal | 22 | 202 | 170 | 126 | 0 | 10 | 61 | 257 | 114 | 35 |
| Binary | 10010 | 10000010 | 1111000 | 1010110 | 0 | 1000 | 110001 | 10101111 | 1001100 | 11101 |
Color Harmonies of #128278
Complementary color
Monochromatic Colors of #128278
Black with #128278
Text Example
Text Example
White with #128278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128278; }
p { color: rgb(18,130,120); }
H1.HeaderClassName
{
color: #128278;
}
.AnyTagClassName
{
color: #128278;
}
</style>
background-color css
<style>
a { background-color: #128278; }
a { background-color: rgb(18,130,120); }
div.DivClassName
{
background-color: #128278;
}
.BgClassName
{
background-color: #128278;
}
</style>
border-color css
<style>
span { border-color: #128278; }
span { border-color: rgb(18,130,120); }
td.TdClassName
{
border-color: #128278;
}
.TagClassName
{
border-color: #128278;
}
</style>