Shades of Fun Green #14603F
Tints of Fun Green #14603F
RGB
CMYK
RGB Variations
Color information
#14603F (or 0x14603F) is known color: Fun Green. HEX triplet: 14, 60 and 3F. RGB value is (20,96,63). Sum of RGB (Red+Green+Blue) = 20+96+63=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #14603F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14603F is #EB9FC0. Grayscale: #454545. Windows color (decimal): -15441857 or 4153364. OLE color: 4153364.
HSL color Cylindrical-coordinate representation of color #14603F: hue angle of 153.95º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14603F is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 96 | 63 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.62 |
| HSL | 153.95º | 0.66% | 0.23% | - |
| HSV(B) | 153.95º | 0.79% | 0.38% | - |
| XYZ | 5.37 | 8.87 | 6.13 | - |
| YUV | 69.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 63 | 0.79 | 0 | 0.34 | 0.62 | 153.95 | 0.66 | 0.23 |
| Hex | 14 | 60 | 3F | 4F | 0 | 22 | 3E | 9A | 42 | 17 |
| Octal | 24 | 140 | 77 | 117 | 0 | 42 | 76 | 232 | 102 | 27 |
| Binary | 10100 | 1100000 | 111111 | 1001111 | 0 | 100010 | 111110 | 10011010 | 1000010 | 10111 |
Color Harmonies of #14603F
Complementary color
Monochromatic Colors of #14603F
Black with #14603F
Text Example
Text Example
White with #14603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14603F; }
p { color: rgb(20,96,63); }
H1.HeaderClassName
{
color: #14603F;
}
.AnyTagClassName
{
color: #14603F;
}
</style>
background-color css
<style>
a { background-color: #14603F; }
a { background-color: rgb(20,96,63); }
div.DivClassName
{
background-color: #14603F;
}
.BgClassName
{
background-color: #14603F;
}
</style>
border-color css
<style>
span { border-color: #14603F; }
span { border-color: rgb(20,96,63); }
td.TdClassName
{
border-color: #14603F;
}
.TagClassName
{
border-color: #14603F;
}
</style>