Shades of Fun Green #12653E
Tints of Fun Green #12653E
RGB
CMYK
RGB Variations
Color information
#12653E (or 0x12653E) is known color: Fun Green. HEX triplet: 12, 65 and 3E. RGB value is (18,101,62). Sum of RGB (Red+Green+Blue) = 18+101+62=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #12653E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12653E is #ED9AC1. Grayscale: #474747. Windows color (decimal): -15571650 or 4089106. OLE color: 4089106.
HSL color Cylindrical-coordinate representation of color #12653E: hue angle of 151.81º 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 #12653E is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 101 | 62 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.60 |
| HSL | 151.81º | 0.7% | 0.23% | - |
| HSV(B) | 151.81º | 0.82% | 0.4% | - |
| XYZ | 5.77 | 9.78 | 6.14 | - |
| YUV | 71.74 | 122.5 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 62 | 0.82 | 0 | 0.39 | 0.60 | 151.81 | 0.7 | 0.23 |
| Hex | 12 | 65 | 3E | 52 | 0 | 27 | 3C | 98 | 46 | 17 |
| Octal | 22 | 145 | 76 | 122 | 0 | 47 | 74 | 230 | 106 | 27 |
| Binary | 10010 | 1100101 | 111110 | 1010010 | 0 | 100111 | 111100 | 10011000 | 1000110 | 10111 |
Color Harmonies of #12653E
Complementary color
Monochromatic Colors of #12653E
Black with #12653E
Text Example
Text Example
White with #12653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12653E; }
p { color: rgb(18,101,62); }
H1.HeaderClassName
{
color: #12653E;
}
.AnyTagClassName
{
color: #12653E;
}
</style>
background-color css
<style>
a { background-color: #12653E; }
a { background-color: rgb(18,101,62); }
div.DivClassName
{
background-color: #12653E;
}
.BgClassName
{
background-color: #12653E;
}
</style>
border-color css
<style>
span { border-color: #12653E; }
span { border-color: rgb(18,101,62); }
td.TdClassName
{
border-color: #12653E;
}
.TagClassName
{
border-color: #12653E;
}
</style>