Shades of Fun Green #12633A
Tints of Fun Green #12633A
RGB
CMYK
RGB Variations
Color information
#12633A (or 0x12633A) is known color: Fun Green. HEX triplet: 12, 63 and 3A. RGB value is (18,99,58). Sum of RGB (Red+Green+Blue) = 18+99+58=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #12633A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12633A is #ED9CC5. Grayscale: #464646. Windows color (decimal): -15572166 or 3826450. OLE color: 3826450.
HSL color Cylindrical-coordinate representation of color #12633A: hue angle of 149.63º 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 #12633A is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 58 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.61 |
| HSL | 149.63º | 0.69% | 0.23% | - |
| HSV(B) | 149.63º | 0.82% | 0.39% | - |
| XYZ | 5.48 | 9.36 | 5.52 | - |
| YUV | 70.11 | 121.16 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 58 | 0.82 | 0 | 0.41 | 0.61 | 149.63 | 0.69 | 0.23 |
| Hex | 12 | 63 | 3A | 52 | 0 | 29 | 3D | 96 | 45 | 17 |
| Octal | 22 | 143 | 72 | 122 | 0 | 51 | 75 | 226 | 105 | 27 |
| Binary | 10010 | 1100011 | 111010 | 1010010 | 0 | 101001 | 111101 | 10010110 | 1000101 | 10111 |
Color Harmonies of #12633A
Complementary color
Monochromatic Colors of #12633A
Black with #12633A
Text Example
Text Example
White with #12633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12633A; }
p { color: rgb(18,99,58); }
H1.HeaderClassName
{
color: #12633A;
}
.AnyTagClassName
{
color: #12633A;
}
</style>
background-color css
<style>
a { background-color: #12633A; }
a { background-color: rgb(18,99,58); }
div.DivClassName
{
background-color: #12633A;
}
.BgClassName
{
background-color: #12633A;
}
</style>
border-color css
<style>
span { border-color: #12633A; }
span { border-color: rgb(18,99,58); }
td.TdClassName
{
border-color: #12633A;
}
.TagClassName
{
border-color: #12633A;
}
</style>