Shades of Fun Green #105C40
Tints of Fun Green #105C40
RGB
CMYK
RGB Variations
Color information
#105C40 (or 0x105C40) is known color: Fun Green. HEX triplet: 10, 5C and 40. RGB value is (16,92,64). Sum of RGB (Red+Green+Blue) = 16+92+64=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #105C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105C40 is #EFA3BF. Grayscale: #424242. Windows color (decimal): -15705024 or 4217872. OLE color: 4217872.
HSL color Cylindrical-coordinate representation of color #105C40: hue angle of 157.89º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105C40 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 64 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.64 |
| HSL | 157.89º | 0.7% | 0.21% | - |
| HSV(B) | 157.89º | 0.83% | 0.36% | - |
| XYZ | 4.97 | 8.13 | 6.16 | - |
| YUV | 66.08 | 126.82 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 64 | 0.83 | 0 | 0.30 | 0.64 | 157.89 | 0.7 | 0.21 |
| Hex | 10 | 5C | 40 | 53 | 0 | 1E | 40 | 9E | 46 | 15 |
| Octal | 20 | 134 | 100 | 123 | 0 | 36 | 100 | 236 | 106 | 25 |
| Binary | 10000 | 1011100 | 1000000 | 1010011 | 0 | 11110 | 1000000 | 10011110 | 1000110 | 10101 |
Color Harmonies of #105C40
Complementary color
Monochromatic Colors of #105C40
Black with #105C40
Text Example
Text Example
White with #105C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C40; }
p { color: rgb(16,92,64); }
H1.HeaderClassName
{
color: #105C40;
}
.AnyTagClassName
{
color: #105C40;
}
</style>
background-color css
<style>
a { background-color: #105C40; }
a { background-color: rgb(16,92,64); }
div.DivClassName
{
background-color: #105C40;
}
.BgClassName
{
background-color: #105C40;
}
</style>
border-color css
<style>
span { border-color: #105C40; }
span { border-color: rgb(16,92,64); }
td.TdClassName
{
border-color: #105C40;
}
.TagClassName
{
border-color: #105C40;
}
</style>