Shades of Fun Green #12643C
Tints of Fun Green #12643C
RGB
CMYK
RGB Variations
Color information
#12643C (or 0x12643C) is known color: Fun Green. HEX triplet: 12, 64 and 3C. RGB value is (18,100,60). Sum of RGB (Red+Green+Blue) = 18+100+60=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 100 (39.45% from 255 or 56.18% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 100 - color contains mainly: green. Hex color #12643C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12643C is #ED9BC3. Grayscale: #474747. Windows color (decimal): -15571908 or 3957778. OLE color: 3957778.
HSL color Cylindrical-coordinate representation of color #12643C: hue angle of 150.73º 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 #12643C is Cyan = 0.82, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 100 | 60 | - |
| CMYK | 0.82 | 0 | 0.4 | 0.61 |
| HSL | 150.73º | 0.69% | 0.23% | - |
| HSV(B) | 150.73º | 0.82% | 0.39% | - |
| XYZ | 5.62 | 9.57 | 5.83 | - |
| YUV | 70.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 60 | 0.82 | 0 | 0.4 | 0.61 | 150.73 | 0.69 | 0.23 |
| Hex | 12 | 64 | 3C | 52 | 0 | 28 | 3D | 97 | 45 | 17 |
| Octal | 22 | 144 | 74 | 122 | 0 | 50 | 75 | 227 | 105 | 27 |
| Binary | 10010 | 1100100 | 111100 | 1010010 | 0 | 101000 | 111101 | 10010111 | 1000101 | 10111 |
Color Harmonies of #12643C
Complementary color
Monochromatic Colors of #12643C
Black with #12643C
Text Example
Text Example
White with #12643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12643C; }
p { color: rgb(18,100,60); }
H1.HeaderClassName
{
color: #12643C;
}
.AnyTagClassName
{
color: #12643C;
}
</style>
background-color css
<style>
a { background-color: #12643C; }
a { background-color: rgb(18,100,60); }
div.DivClassName
{
background-color: #12643C;
}
.BgClassName
{
background-color: #12643C;
}
</style>
border-color css
<style>
span { border-color: #12643C; }
span { border-color: rgb(18,100,60); }
td.TdClassName
{
border-color: #12643C;
}
.TagClassName
{
border-color: #12643C;
}
</style>