Shades of Fun Green #12663F
Tints of Fun Green #12663F
RGB
CMYK
RGB Variations
Color information
#12663F (or 0x12663F) is known color: Fun Green. HEX triplet: 12, 66 and 3F. RGB value is (18,102,63). Sum of RGB (Red+Green+Blue) = 18+102+63=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #12663F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12663F is #ED99C0. Grayscale: #484848. Windows color (decimal): -15571393 or 4154898. OLE color: 4154898.
HSL color Cylindrical-coordinate representation of color #12663F: hue angle of 152.14º 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 #12663F is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 102 | 63 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.6 |
| HSL | 152.14º | 0.7% | 0.24% | - |
| HSV(B) | 152.14º | 0.82% | 0.4% | - |
| XYZ | 5.9 | 9.99 | 6.32 | - |
| YUV | 72.44 | 122.67 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 63 | 0.82 | 0 | 0.38 | 0.6 | 152.14 | 0.7 | 0.24 |
| Hex | 12 | 66 | 3F | 52 | 0 | 26 | 3C | 98 | 46 | 18 |
| Octal | 22 | 146 | 77 | 122 | 0 | 46 | 74 | 230 | 106 | 30 |
| Binary | 10010 | 1100110 | 111111 | 1010010 | 0 | 100110 | 111100 | 10011000 | 1000110 | 11000 |
Color Harmonies of #12663F
Complementary color
Monochromatic Colors of #12663F
Black with #12663F
Text Example
Text Example
White with #12663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12663F; }
p { color: rgb(18,102,63); }
H1.HeaderClassName
{
color: #12663F;
}
.AnyTagClassName
{
color: #12663F;
}
</style>
background-color css
<style>
a { background-color: #12663F; }
a { background-color: rgb(18,102,63); }
div.DivClassName
{
background-color: #12663F;
}
.BgClassName
{
background-color: #12663F;
}
</style>
border-color css
<style>
span { border-color: #12663F; }
span { border-color: rgb(18,102,63); }
td.TdClassName
{
border-color: #12663F;
}
.TagClassName
{
border-color: #12663F;
}
</style>