Shades of Fun Green #14663C
Tints of Fun Green #14663C
RGB
CMYK
RGB Variations
Color information
#14663C (or 0x14663C) is known color: Fun Green. HEX triplet: 14, 66 and 3C. RGB value is (20,102,60). Sum of RGB (Red+Green+Blue) = 20+102+60=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #14663C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14663C is #EB99C3. Grayscale: #484848. Windows color (decimal): -15440324 or 3958292. OLE color: 3958292.
HSL color Cylindrical-coordinate representation of color #14663C: hue angle of 149.27º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14663C is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 102 | 60 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.6 |
| HSL | 149.27º | 0.67% | 0.24% | - |
| HSV(B) | 149.27º | 0.8% | 0.4% | - |
| XYZ | 5.86 | 9.98 | 5.89 | - |
| YUV | 72.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 60 | 0.80 | 0 | 0.41 | 0.6 | 149.27 | 0.67 | 0.24 |
| Hex | 14 | 66 | 3C | 50 | 0 | 29 | 3C | 95 | 43 | 18 |
| Octal | 24 | 146 | 74 | 120 | 0 | 51 | 74 | 225 | 103 | 30 |
| Binary | 10100 | 1100110 | 111100 | 1010000 | 0 | 101001 | 111100 | 10010101 | 1000011 | 11000 |
Color Harmonies of #14663C
Complementary color
Monochromatic Colors of #14663C
Black with #14663C
Text Example
Text Example
White with #14663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14663C; }
p { color: rgb(20,102,60); }
H1.HeaderClassName
{
color: #14663C;
}
.AnyTagClassName
{
color: #14663C;
}
</style>
background-color css
<style>
a { background-color: #14663C; }
a { background-color: rgb(20,102,60); }
div.DivClassName
{
background-color: #14663C;
}
.BgClassName
{
background-color: #14663C;
}
</style>
border-color css
<style>
span { border-color: #14663C; }
span { border-color: rgb(20,102,60); }
td.TdClassName
{
border-color: #14663C;
}
.TagClassName
{
border-color: #14663C;
}
</style>