Shades of Fun Green #12653C
Tints of Fun Green #12653C
RGB
CMYK
RGB Variations
Color information
#12653C (or 0x12653C) is known color: Fun Green. HEX triplet: 12, 65 and 3C. RGB value is (18,101,60). Sum of RGB (Red+Green+Blue) = 18+101+60=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #12653C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12653C is #ED9AC3. Grayscale: #474747. Windows color (decimal): -15571652 or 3958034. OLE color: 3958034.
HSL color Cylindrical-coordinate representation of color #12653C: hue angle of 150.36º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12653C is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 101 | 60 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.60 |
| HSL | 150.36º | 0.7% | 0.23% | - |
| HSV(B) | 150.36º | 0.82% | 0.4% | - |
| XYZ | 5.72 | 9.76 | 5.86 | - |
| YUV | 71.51 | 121.5 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 60 | 0.82 | 0 | 0.41 | 0.60 | 150.36 | 0.7 | 0.23 |
| Hex | 12 | 65 | 3C | 52 | 0 | 29 | 3C | 96 | 46 | 17 |
| Octal | 22 | 145 | 74 | 122 | 0 | 51 | 74 | 226 | 106 | 27 |
| Binary | 10010 | 1100101 | 111100 | 1010010 | 0 | 101001 | 111100 | 10010110 | 1000110 | 10111 |
Color Harmonies of #12653C
Complementary color
Monochromatic Colors of #12653C
Black with #12653C
Text Example
Text Example
White with #12653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12653C; }
p { color: rgb(18,101,60); }
H1.HeaderClassName
{
color: #12653C;
}
.AnyTagClassName
{
color: #12653C;
}
</style>
background-color css
<style>
a { background-color: #12653C; }
a { background-color: rgb(18,101,60); }
div.DivClassName
{
background-color: #12653C;
}
.BgClassName
{
background-color: #12653C;
}
</style>
border-color css
<style>
span { border-color: #12653C; }
span { border-color: rgb(18,101,60); }
td.TdClassName
{
border-color: #12653C;
}
.TagClassName
{
border-color: #12653C;
}
</style>