Shades of Fun Green #125D3E
Tints of Fun Green #125D3E
RGB
CMYK
RGB Variations
Color information
#125D3E (or 0x125D3E) is known color: Fun Green. HEX triplet: 12, 5D and 3E. RGB value is (18,93,62). Sum of RGB (Red+Green+Blue) = 18+93+62=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #125D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125D3E is #EDA2C1. Grayscale: #434343. Windows color (decimal): -15573698 or 4087058. OLE color: 4087058.
HSL color Cylindrical-coordinate representation of color #125D3E: hue angle of 155.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D3E is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 93 | 62 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.64 |
| HSL | 155.2º | 0.68% | 0.22% | - |
| HSV(B) | 155.2º | 0.81% | 0.36% | - |
| XYZ | 5.03 | 8.31 | 5.9 | - |
| YUV | 67.04 | 125.15 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 62 | 0.81 | 0 | 0.33 | 0.64 | 155.2 | 0.68 | 0.22 |
| Hex | 12 | 5D | 3E | 51 | 0 | 21 | 40 | 9B | 44 | 16 |
| Octal | 22 | 135 | 76 | 121 | 0 | 41 | 100 | 233 | 104 | 26 |
| Binary | 10010 | 1011101 | 111110 | 1010001 | 0 | 100001 | 1000000 | 10011011 | 1000100 | 10110 |
Color Harmonies of #125D3E
Complementary color
Monochromatic Colors of #125D3E
Black with #125D3E
Text Example
Text Example
White with #125D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125D3E; }
p { color: rgb(18,93,62); }
H1.HeaderClassName
{
color: #125D3E;
}
.AnyTagClassName
{
color: #125D3E;
}
</style>
background-color css
<style>
a { background-color: #125D3E; }
a { background-color: rgb(18,93,62); }
div.DivClassName
{
background-color: #125D3E;
}
.BgClassName
{
background-color: #125D3E;
}
</style>
border-color css
<style>
span { border-color: #125D3E; }
span { border-color: rgb(18,93,62); }
td.TdClassName
{
border-color: #125D3E;
}
.TagClassName
{
border-color: #125D3E;
}
</style>