Shades of Fun Green #14633F
Tints of Fun Green #14633F
RGB
CMYK
RGB Variations
Color information
#14633F (or 0x14633F) is known color: Fun Green. HEX triplet: 14, 63 and 3F. RGB value is (20,99,63). Sum of RGB (Red+Green+Blue) = 20+99+63=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #14633F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14633F is #EB9CC0. Grayscale: #474747. Windows color (decimal): -15441089 or 4154132. OLE color: 4154132.
HSL color Cylindrical-coordinate representation of color #14633F: hue angle of 152.66º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14633F is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 63 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.61 |
| HSL | 152.66º | 0.66% | 0.23% | - |
| HSV(B) | 152.66º | 0.8% | 0.39% | - |
| XYZ | 5.65 | 9.43 | 6.23 | - |
| YUV | 71.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 63 | 0.80 | 0 | 0.36 | 0.61 | 152.66 | 0.66 | 0.23 |
| Hex | 14 | 63 | 3F | 50 | 0 | 24 | 3D | 99 | 42 | 17 |
| Octal | 24 | 143 | 77 | 120 | 0 | 44 | 75 | 231 | 102 | 27 |
| Binary | 10100 | 1100011 | 111111 | 1010000 | 0 | 100100 | 111101 | 10011001 | 1000010 | 10111 |
Color Harmonies of #14633F
Complementary color
Monochromatic Colors of #14633F
Black with #14633F
Text Example
Text Example
White with #14633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14633F; }
p { color: rgb(20,99,63); }
H1.HeaderClassName
{
color: #14633F;
}
.AnyTagClassName
{
color: #14633F;
}
</style>
background-color css
<style>
a { background-color: #14633F; }
a { background-color: rgb(20,99,63); }
div.DivClassName
{
background-color: #14633F;
}
.BgClassName
{
background-color: #14633F;
}
</style>
border-color css
<style>
span { border-color: #14633F; }
span { border-color: rgb(20,99,63); }
td.TdClassName
{
border-color: #14633F;
}
.TagClassName
{
border-color: #14633F;
}
</style>