Shades of Fun Green #12663B
Tints of Fun Green #12663B
RGB
CMYK
RGB Variations
Color information
#12663B (or 0x12663B) is known color: Fun Green. HEX triplet: 12, 66 and 3B. RGB value is (18,102,59). Sum of RGB (Red+Green+Blue) = 18+102+59=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 102 (40.23% from 255 or 56.98% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 102 - color contains mainly: green. Hex color #12663B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12663B is #ED99C4. Grayscale: #484848. Windows color (decimal): -15571397 or 3892754. OLE color: 3892754.
HSL color Cylindrical-coordinate representation of color #12663B: hue angle of 149.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12663B is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 102 | 59 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.6 |
| HSL | 149.29º | 0.7% | 0.24% | - |
| HSV(B) | 149.29º | 0.82% | 0.4% | - |
| XYZ | 5.79 | 9.95 | 5.75 | - |
| YUV | 71.98 | 120.67 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 59 | 0.82 | 0 | 0.42 | 0.6 | 149.29 | 0.7 | 0.24 |
| Hex | 12 | 66 | 3B | 52 | 0 | 2A | 3C | 95 | 46 | 18 |
| Octal | 22 | 146 | 73 | 122 | 0 | 52 | 74 | 225 | 106 | 30 |
| Binary | 10010 | 1100110 | 111011 | 1010010 | 0 | 101010 | 111100 | 10010101 | 1000110 | 11000 |
Color Harmonies of #12663B
Complementary color
Monochromatic Colors of #12663B
Black with #12663B
Text Example
Text Example
White with #12663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12663B; }
p { color: rgb(18,102,59); }
H1.HeaderClassName
{
color: #12663B;
}
.AnyTagClassName
{
color: #12663B;
}
</style>
background-color css
<style>
a { background-color: #12663B; }
a { background-color: rgb(18,102,59); }
div.DivClassName
{
background-color: #12663B;
}
.BgClassName
{
background-color: #12663B;
}
</style>
border-color css
<style>
span { border-color: #12663B; }
span { border-color: rgb(18,102,59); }
td.TdClassName
{
border-color: #12663B;
}
.TagClassName
{
border-color: #12663B;
}
</style>