Shades of Fun Green #12663C
Tints of Fun Green #12663C
RGB
CMYK
RGB Variations
Color information
#12663C (or 0x12663C) is known color: Fun Green. HEX triplet: 12, 66 and 3C. RGB value is (18,102,60). Sum of RGB (Red+Green+Blue) = 18+102+60=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #12663C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12663C is #ED99C3. Grayscale: #484848. Windows color (decimal): -15571396 or 3958290. OLE color: 3958290.
HSL color Cylindrical-coordinate representation of color #12663C: hue angle of 150º 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 #12663C is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 102 | 60 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.6 |
| HSL | 150º | 0.7% | 0.24% | - |
| HSV(B) | 150º | 0.82% | 0.4% | - |
| XYZ | 5.82 | 9.96 | 5.89 | - |
| YUV | 72.1 | 121.17 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 60 | 0.82 | 0 | 0.41 | 0.6 | 150 | 0.7 | 0.24 |
| Hex | 12 | 66 | 3C | 52 | 0 | 29 | 3C | 96 | 46 | 18 |
| Octal | 22 | 146 | 74 | 122 | 0 | 51 | 74 | 226 | 106 | 30 |
| Binary | 10010 | 1100110 | 111100 | 1010010 | 0 | 101001 | 111100 | 10010110 | 1000110 | 11000 |
Color Harmonies of #12663C
Complementary color
Monochromatic Colors of #12663C
Black with #12663C
Text Example
Text Example
White with #12663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12663C; }
p { color: rgb(18,102,60); }
H1.HeaderClassName
{
color: #12663C;
}
.AnyTagClassName
{
color: #12663C;
}
</style>
background-color css
<style>
a { background-color: #12663C; }
a { background-color: rgb(18,102,60); }
div.DivClassName
{
background-color: #12663C;
}
.BgClassName
{
background-color: #12663C;
}
</style>
border-color css
<style>
span { border-color: #12663C; }
span { border-color: rgb(18,102,60); }
td.TdClassName
{
border-color: #12663C;
}
.TagClassName
{
border-color: #12663C;
}
</style>