Shades of Fun Green #14663F
Tints of Fun Green #14663F
RGB
CMYK
RGB Variations
Color information
#14663F (or 0x14663F) is known color: Fun Green. HEX triplet: 14, 66 and 3F. RGB value is (20,102,63). Sum of RGB (Red+Green+Blue) = 20+102+63=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #14663F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14663F is #EB99C0. Grayscale: #494949. Windows color (decimal): -15440321 or 4154900. OLE color: 4154900.
HSL color Cylindrical-coordinate representation of color #14663F: hue angle of 151.46º 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 #14663F is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 102 | 63 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.6 |
| HSL | 151.46º | 0.67% | 0.24% | - |
| HSV(B) | 151.46º | 0.8% | 0.4% | - |
| XYZ | 5.94 | 10.01 | 6.32 | - |
| YUV | 73.04 | 122.33 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 63 | 0.80 | 0 | 0.38 | 0.6 | 151.46 | 0.67 | 0.24 |
| Hex | 14 | 66 | 3F | 50 | 0 | 26 | 3C | 97 | 43 | 18 |
| Octal | 24 | 146 | 77 | 120 | 0 | 46 | 74 | 227 | 103 | 30 |
| Binary | 10100 | 1100110 | 111111 | 1010000 | 0 | 100110 | 111100 | 10010111 | 1000011 | 11000 |
Color Harmonies of #14663F
Complementary color
Monochromatic Colors of #14663F
Black with #14663F
Text Example
Text Example
White with #14663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14663F; }
p { color: rgb(20,102,63); }
H1.HeaderClassName
{
color: #14663F;
}
.AnyTagClassName
{
color: #14663F;
}
</style>
background-color css
<style>
a { background-color: #14663F; }
a { background-color: rgb(20,102,63); }
div.DivClassName
{
background-color: #14663F;
}
.BgClassName
{
background-color: #14663F;
}
</style>
border-color css
<style>
span { border-color: #14663F; }
span { border-color: rgb(20,102,63); }
td.TdClassName
{
border-color: #14663F;
}
.TagClassName
{
border-color: #14663F;
}
</style>