Shades of Fun Green #12643B
Tints of Fun Green #12643B
RGB
CMYK
RGB Variations
Color information
#12643B (or 0x12643B) is known color: Fun Green. HEX triplet: 12, 64 and 3B. RGB value is (18,100,59). Sum of RGB (Red+Green+Blue) = 18+100+59=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #12643B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12643B is #ED9BC4. Grayscale: #464646. Windows color (decimal): -15571909 or 3892242. OLE color: 3892242.
HSL color Cylindrical-coordinate representation of color #12643B: hue angle of 150º 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 #12643B is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 100 | 59 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.61 |
| HSL | 150º | 0.69% | 0.23% | - |
| HSV(B) | 150º | 0.82% | 0.39% | - |
| XYZ | 5.6 | 9.56 | 5.69 | - |
| YUV | 70.81 | 121.33 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 59 | 0.82 | 0 | 0.41 | 0.61 | 150 | 0.69 | 0.23 |
| Hex | 12 | 64 | 3B | 52 | 0 | 29 | 3D | 96 | 45 | 17 |
| Octal | 22 | 144 | 73 | 122 | 0 | 51 | 75 | 226 | 105 | 27 |
| Binary | 10010 | 1100100 | 111011 | 1010010 | 0 | 101001 | 111101 | 10010110 | 1000101 | 10111 |
Color Harmonies of #12643B
Complementary color
Monochromatic Colors of #12643B
Black with #12643B
Text Example
Text Example
White with #12643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12643B; }
p { color: rgb(18,100,59); }
H1.HeaderClassName
{
color: #12643B;
}
.AnyTagClassName
{
color: #12643B;
}
</style>
background-color css
<style>
a { background-color: #12643B; }
a { background-color: rgb(18,100,59); }
div.DivClassName
{
background-color: #12643B;
}
.BgClassName
{
background-color: #12643B;
}
</style>
border-color css
<style>
span { border-color: #12643B; }
span { border-color: rgb(18,100,59); }
td.TdClassName
{
border-color: #12643B;
}
.TagClassName
{
border-color: #12643B;
}
</style>