Shades of Fun Green #095D3C
Tints of Fun Green #095D3C
RGB
CMYK
RGB Variations
Color information
#095D3C (or 0x095D3C) is known color: Fun Green. HEX triplet: 09, 5D and 3C. RGB value is (9,93,60). Sum of RGB (Red+Green+Blue) = 9+93+60=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #095D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D3C is #F6A2C3. Grayscale: #404040. Windows color (decimal): -16163524 or 3955977. OLE color: 3955977.
HSL color Cylindrical-coordinate representation of color #095D3C: hue angle of 156.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D3C is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 60 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.64 |
| HSL | 156.43º | 0.82% | 0.2% | - |
| HSV(B) | 156.43º | 0.9% | 0.36% | - |
| XYZ | 4.84 | 8.21 | 5.61 | - |
| YUV | 64.12 | 125.67 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 60 | 0.90 | 0 | 0.35 | 0.64 | 156.43 | 0.82 | 0.2 |
| Hex | 9 | 5D | 3C | 5A | 0 | 23 | 40 | 9C | 52 | 14 |
| Octal | 11 | 135 | 74 | 132 | 0 | 43 | 100 | 234 | 122 | 24 |
| Binary | 1001 | 1011101 | 111100 | 1011010 | 0 | 100011 | 1000000 | 10011100 | 1010010 | 10100 |
Color Harmonies of #095D3C
Complementary color
Monochromatic Colors of #095D3C
Black with #095D3C
Text Example
Text Example
White with #095D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D3C; }
p { color: rgb(9,93,60); }
H1.HeaderClassName
{
color: #095D3C;
}
.AnyTagClassName
{
color: #095D3C;
}
</style>
background-color css
<style>
a { background-color: #095D3C; }
a { background-color: rgb(9,93,60); }
div.DivClassName
{
background-color: #095D3C;
}
.BgClassName
{
background-color: #095D3C;
}
</style>
border-color css
<style>
span { border-color: #095D3C; }
span { border-color: rgb(9,93,60); }
td.TdClassName
{
border-color: #095D3C;
}
.TagClassName
{
border-color: #095D3C;
}
</style>