Shades of Fun Green #095F3A
Tints of Fun Green #095F3A
RGB
CMYK
RGB Variations
Color information
#095F3A (or 0x095F3A) is known color: Fun Green. HEX triplet: 09, 5F and 3A. RGB value is (9,95,58). Sum of RGB (Red+Green+Blue) = 9+95+58=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 95 (37.5% from 255 or 58.64% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 95 - color contains mainly: green. Hex color #095F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F3A is #F6A0C5. Grayscale: #414141. Windows color (decimal): -16163014 or 3825417. OLE color: 3825417.
HSL color Cylindrical-coordinate representation of color #095F3A: hue angle of 154.19º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F3A is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 58 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.63 |
| HSL | 154.19º | 0.83% | 0.2% | - |
| HSV(B) | 154.19º | 0.91% | 0.37% | - |
| XYZ | 4.97 | 8.55 | 5.39 | - |
| YUV | 65.07 | 124.01 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 58 | 0.91 | 0 | 0.39 | 0.63 | 154.19 | 0.83 | 0.2 |
| Hex | 9 | 5F | 3A | 5B | 0 | 27 | 3F | 9A | 53 | 14 |
| Octal | 11 | 137 | 72 | 133 | 0 | 47 | 77 | 232 | 123 | 24 |
| Binary | 1001 | 1011111 | 111010 | 1011011 | 0 | 100111 | 111111 | 10011010 | 1010011 | 10100 |
Color Harmonies of #095F3A
Complementary color
Monochromatic Colors of #095F3A
Black with #095F3A
Text Example
Text Example
White with #095F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F3A; }
p { color: rgb(9,95,58); }
H1.HeaderClassName
{
color: #095F3A;
}
.AnyTagClassName
{
color: #095F3A;
}
</style>
background-color css
<style>
a { background-color: #095F3A; }
a { background-color: rgb(9,95,58); }
div.DivClassName
{
background-color: #095F3A;
}
.BgClassName
{
background-color: #095F3A;
}
</style>
border-color css
<style>
span { border-color: #095F3A; }
span { border-color: rgb(9,95,58); }
td.TdClassName
{
border-color: #095F3A;
}
.TagClassName
{
border-color: #095F3A;
}
</style>