Shades of Fun Green #145E3C
Tints of Fun Green #145E3C
RGB
CMYK
RGB Variations
Color information
#145E3C (or 0x145E3C) is known color: Fun Green. HEX triplet: 14, 5E and 3C. RGB value is (20,94,60). Sum of RGB (Red+Green+Blue) = 20+94+60=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 94 (37.11% from 255 or 54.02% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 94 - color contains mainly: green. Hex color #145E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145E3C is #EBA1C3. Grayscale: #444444. Windows color (decimal): -15442372 or 3956244. OLE color: 3956244.
HSL color Cylindrical-coordinate representation of color #145E3C: hue angle of 152.43º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145E3C is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 94 | 60 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.63 |
| HSL | 152.43º | 0.65% | 0.22% | - |
| HSV(B) | 152.43º | 0.79% | 0.37% | - |
| XYZ | 5.11 | 8.48 | 5.64 | - |
| YUV | 68 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 60 | 0.79 | 0 | 0.36 | 0.63 | 152.43 | 0.65 | 0.22 |
| Hex | 14 | 5E | 3C | 4F | 0 | 24 | 3F | 98 | 41 | 16 |
| Octal | 24 | 136 | 74 | 117 | 0 | 44 | 77 | 230 | 101 | 26 |
| Binary | 10100 | 1011110 | 111100 | 1001111 | 0 | 100100 | 111111 | 10011000 | 1000001 | 10110 |
Color Harmonies of #145E3C
Complementary color
Monochromatic Colors of #145E3C
Black with #145E3C
Text Example
Text Example
White with #145E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145E3C; }
p { color: rgb(20,94,60); }
H1.HeaderClassName
{
color: #145E3C;
}
.AnyTagClassName
{
color: #145E3C;
}
</style>
background-color css
<style>
a { background-color: #145E3C; }
a { background-color: rgb(20,94,60); }
div.DivClassName
{
background-color: #145E3C;
}
.BgClassName
{
background-color: #145E3C;
}
</style>
border-color css
<style>
span { border-color: #145E3C; }
span { border-color: rgb(20,94,60); }
td.TdClassName
{
border-color: #145E3C;
}
.TagClassName
{
border-color: #145E3C;
}
</style>