Shades of Fun Green #125C38
Tints of Fun Green #125C38
RGB
CMYK
RGB Variations
Color information
#125C38 (or 0x125C38) is known color: Fun Green. HEX triplet: 12, 5C and 38. RGB value is (18,92,56). Sum of RGB (Red+Green+Blue) = 18+92+56=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #125C38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C38 is #EDA3C7. Grayscale: #414141. Windows color (decimal): -15573960 or 3693586. OLE color: 3693586.
HSL color Cylindrical-coordinate representation of color #125C38: hue angle of 150.81º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C38 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 56 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.64 |
| HSL | 150.81º | 0.67% | 0.22% | - |
| HSV(B) | 150.81º | 0.8% | 0.36% | - |
| XYZ | 4.79 | 8.07 | 5.05 | - |
| YUV | 65.77 | 122.48 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 56 | 0.80 | 0 | 0.39 | 0.64 | 150.81 | 0.67 | 0.22 |
| Hex | 12 | 5C | 38 | 50 | 0 | 27 | 40 | 97 | 43 | 16 |
| Octal | 22 | 134 | 70 | 120 | 0 | 47 | 100 | 227 | 103 | 26 |
| Binary | 10010 | 1011100 | 111000 | 1010000 | 0 | 100111 | 1000000 | 10010111 | 1000011 | 10110 |
Color Harmonies of #125C38
Complementary color
Monochromatic Colors of #125C38
Black with #125C38
Text Example
Text Example
White with #125C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C38; }
p { color: rgb(18,92,56); }
H1.HeaderClassName
{
color: #125C38;
}
.AnyTagClassName
{
color: #125C38;
}
</style>
background-color css
<style>
a { background-color: #125C38; }
a { background-color: rgb(18,92,56); }
div.DivClassName
{
background-color: #125C38;
}
.BgClassName
{
background-color: #125C38;
}
</style>
border-color css
<style>
span { border-color: #125C38; }
span { border-color: rgb(18,92,56); }
td.TdClassName
{
border-color: #125C38;
}
.TagClassName
{
border-color: #125C38;
}
</style>