Shades of Fun Green #12643F
Tints of Fun Green #12643F
RGB
CMYK
RGB Variations
Color information
#12643F (or 0x12643F) is known color: Fun Green. HEX triplet: 12, 64 and 3F. RGB value is (18,100,63). Sum of RGB (Red+Green+Blue) = 18+100+63=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 100 (39.45% from 255 or 55.25% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 100 - color contains mainly: green. Hex color #12643F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12643F is #ED9BC0. Grayscale: #474747. Windows color (decimal): -15571905 or 4154386. OLE color: 4154386.
HSL color Cylindrical-coordinate representation of color #12643F: hue angle of 152.93º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12643F is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 100 | 63 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.61 |
| HSL | 152.93º | 0.69% | 0.23% | - |
| HSV(B) | 152.93º | 0.82% | 0.39% | - |
| XYZ | 5.7 | 9.6 | 6.26 | - |
| YUV | 71.26 | 123.33 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 63 | 0.82 | 0 | 0.37 | 0.61 | 152.93 | 0.69 | 0.23 |
| Hex | 12 | 64 | 3F | 52 | 0 | 25 | 3D | 99 | 45 | 17 |
| Octal | 22 | 144 | 77 | 122 | 0 | 45 | 75 | 231 | 105 | 27 |
| Binary | 10010 | 1100100 | 111111 | 1010010 | 0 | 100101 | 111101 | 10011001 | 1000101 | 10111 |
Color Harmonies of #12643F
Complementary color
Monochromatic Colors of #12643F
Black with #12643F
Text Example
Text Example
White with #12643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12643F; }
p { color: rgb(18,100,63); }
H1.HeaderClassName
{
color: #12643F;
}
.AnyTagClassName
{
color: #12643F;
}
</style>
background-color css
<style>
a { background-color: #12643F; }
a { background-color: rgb(18,100,63); }
div.DivClassName
{
background-color: #12643F;
}
.BgClassName
{
background-color: #12643F;
}
</style>
border-color css
<style>
span { border-color: #12643F; }
span { border-color: rgb(18,100,63); }
td.TdClassName
{
border-color: #12643F;
}
.TagClassName
{
border-color: #12643F;
}
</style>