Shades of Fun Green #14693C
Tints of Fun Green #14693C
RGB
CMYK
RGB Variations
Color information
#14693C (or 0x14693C) is known color: Fun Green. HEX triplet: 14, 69 and 3C. RGB value is (20,105,60). Sum of RGB (Red+Green+Blue) = 20+105+60=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #14693C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14693C is #EB96C3. Grayscale: #4A4A4A. Windows color (decimal): -15439556 or 3959060. OLE color: 3959060.
HSL color Cylindrical-coordinate representation of color #14693C: hue angle of 148.24º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14693C is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 105 | 60 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.59 |
| HSL | 148.24º | 0.68% | 0.25% | - |
| HSV(B) | 148.24º | 0.81% | 0.41% | - |
| XYZ | 6.16 | 10.58 | 5.99 | - |
| YUV | 74.46 | 119.84 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 60 | 0.81 | 0 | 0.43 | 0.59 | 148.24 | 0.68 | 0.25 |
| Hex | 14 | 69 | 3C | 51 | 0 | 2B | 3B | 94 | 44 | 19 |
| Octal | 24 | 151 | 74 | 121 | 0 | 53 | 73 | 224 | 104 | 31 |
| Binary | 10100 | 1101001 | 111100 | 1010001 | 0 | 101011 | 111011 | 10010100 | 1000100 | 11001 |
Color Harmonies of #14693C
Complementary color
Monochromatic Colors of #14693C
Black with #14693C
Text Example
Text Example
White with #14693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14693C; }
p { color: rgb(20,105,60); }
H1.HeaderClassName
{
color: #14693C;
}
.AnyTagClassName
{
color: #14693C;
}
</style>
background-color css
<style>
a { background-color: #14693C; }
a { background-color: rgb(20,105,60); }
div.DivClassName
{
background-color: #14693C;
}
.BgClassName
{
background-color: #14693C;
}
</style>
border-color css
<style>
span { border-color: #14693C; }
span { border-color: rgb(20,105,60); }
td.TdClassName
{
border-color: #14693C;
}
.TagClassName
{
border-color: #14693C;
}
</style>