Shades of Fun Green #12633C
Tints of Fun Green #12633C
RGB
CMYK
RGB Variations
Color information
#12633C (or 0x12633C) is known color: Fun Green. HEX triplet: 12, 63 and 3C. RGB value is (18,99,60). Sum of RGB (Red+Green+Blue) = 18+99+60=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #12633C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12633C is #ED9CC3. Grayscale: #464646. Windows color (decimal): -15572164 or 3957522. OLE color: 3957522.
HSL color Cylindrical-coordinate representation of color #12633C: hue angle of 151.11º 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 #12633C is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 60 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.61 |
| HSL | 151.11º | 0.69% | 0.23% | - |
| HSV(B) | 151.11º | 0.82% | 0.39% | - |
| XYZ | 5.53 | 9.38 | 5.79 | - |
| YUV | 70.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 60 | 0.82 | 0 | 0.39 | 0.61 | 151.11 | 0.69 | 0.23 |
| Hex | 12 | 63 | 3C | 52 | 0 | 27 | 3D | 97 | 45 | 17 |
| Octal | 22 | 143 | 74 | 122 | 0 | 47 | 75 | 227 | 105 | 27 |
| Binary | 10010 | 1100011 | 111100 | 1010010 | 0 | 100111 | 111101 | 10010111 | 1000101 | 10111 |
Color Harmonies of #12633C
Complementary color
Monochromatic Colors of #12633C
Black with #12633C
Text Example
Text Example
White with #12633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12633C; }
p { color: rgb(18,99,60); }
H1.HeaderClassName
{
color: #12633C;
}
.AnyTagClassName
{
color: #12633C;
}
</style>
background-color css
<style>
a { background-color: #12633C; }
a { background-color: rgb(18,99,60); }
div.DivClassName
{
background-color: #12633C;
}
.BgClassName
{
background-color: #12633C;
}
</style>
border-color css
<style>
span { border-color: #12633C; }
span { border-color: rgb(18,99,60); }
td.TdClassName
{
border-color: #12633C;
}
.TagClassName
{
border-color: #12633C;
}
</style>