Shades of Fun Green #12623A
Tints of Fun Green #12623A
RGB
CMYK
RGB Variations
Color information
#12623A (or 0x12623A) is known color: Fun Green. HEX triplet: 12, 62 and 3A. RGB value is (18,98,58). Sum of RGB (Red+Green+Blue) = 18+98+58=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #12623A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12623A is #ED9DC5. Grayscale: #454545. Windows color (decimal): -15572422 or 3826194. OLE color: 3826194.
HSL color Cylindrical-coordinate representation of color #12623A: hue angle of 150º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12623A is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 98 | 58 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.62 |
| HSL | 150º | 0.69% | 0.23% | - |
| HSV(B) | 150º | 0.82% | 0.38% | - |
| XYZ | 5.38 | 9.17 | 5.49 | - |
| YUV | 69.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 58 | 0.82 | 0 | 0.41 | 0.62 | 150 | 0.69 | 0.23 |
| Hex | 12 | 62 | 3A | 52 | 0 | 29 | 3E | 96 | 45 | 17 |
| Octal | 22 | 142 | 72 | 122 | 0 | 51 | 76 | 226 | 105 | 27 |
| Binary | 10010 | 1100010 | 111010 | 1010010 | 0 | 101001 | 111110 | 10010110 | 1000101 | 10111 |
Color Harmonies of #12623A
Complementary color
Monochromatic Colors of #12623A
Black with #12623A
Text Example
Text Example
White with #12623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12623A; }
p { color: rgb(18,98,58); }
H1.HeaderClassName
{
color: #12623A;
}
.AnyTagClassName
{
color: #12623A;
}
</style>
background-color css
<style>
a { background-color: #12623A; }
a { background-color: rgb(18,98,58); }
div.DivClassName
{
background-color: #12623A;
}
.BgClassName
{
background-color: #12623A;
}
</style>
border-color css
<style>
span { border-color: #12623A; }
span { border-color: rgb(18,98,58); }
td.TdClassName
{
border-color: #12623A;
}
.TagClassName
{
border-color: #12623A;
}
</style>