Shades of Fun Green #12633B
Tints of Fun Green #12633B
RGB
CMYK
RGB Variations
Color information
#12633B (or 0x12633B) is known color: Fun Green. HEX triplet: 12, 63 and 3B. RGB value is (18,99,59). Sum of RGB (Red+Green+Blue) = 18+99+59=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #12633B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12633B is #ED9CC4. Grayscale: #464646. Windows color (decimal): -15572165 or 3891986. OLE color: 3891986.
HSL color Cylindrical-coordinate representation of color #12633B: hue angle of 150.37º 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 #12633B is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 59 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.61 |
| HSL | 150.37º | 0.69% | 0.23% | - |
| HSV(B) | 150.37º | 0.82% | 0.39% | - |
| XYZ | 5.5 | 9.37 | 5.66 | - |
| YUV | 70.22 | 121.66 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 59 | 0.82 | 0 | 0.40 | 0.61 | 150.37 | 0.69 | 0.23 |
| Hex | 12 | 63 | 3B | 52 | 0 | 28 | 3D | 96 | 45 | 17 |
| Octal | 22 | 143 | 73 | 122 | 0 | 50 | 75 | 226 | 105 | 27 |
| Binary | 10010 | 1100011 | 111011 | 1010010 | 0 | 101000 | 111101 | 10010110 | 1000101 | 10111 |
Color Harmonies of #12633B
Complementary color
Monochromatic Colors of #12633B
Black with #12633B
Text Example
Text Example
White with #12633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12633B; }
p { color: rgb(18,99,59); }
H1.HeaderClassName
{
color: #12633B;
}
.AnyTagClassName
{
color: #12633B;
}
</style>
background-color css
<style>
a { background-color: #12633B; }
a { background-color: rgb(18,99,59); }
div.DivClassName
{
background-color: #12633B;
}
.BgClassName
{
background-color: #12633B;
}
</style>
border-color css
<style>
span { border-color: #12633B; }
span { border-color: rgb(18,99,59); }
td.TdClassName
{
border-color: #12633B;
}
.TagClassName
{
border-color: #12633B;
}
</style>