Shades of Fun Green #095A3C
Tints of Fun Green #095A3C
RGB
CMYK
RGB Variations
Color information
#095A3C (or 0x095A3C) is known color: Fun Green. HEX triplet: 09, 5A and 3C. RGB value is (9,90,60). Sum of RGB (Red+Green+Blue) = 9+90+60=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #095A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A3C is #F6A5C3. Grayscale: #3E3E3E. Windows color (decimal): -16164292 or 3955209. OLE color: 3955209.
HSL color Cylindrical-coordinate representation of color #095A3C: hue angle of 157.78º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A3C is Cyan = 0.9, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 60 | - |
| CMYK | 0.9 | 0 | 0.33 | 0.65 |
| HSL | 157.78º | 0.82% | 0.19% | - |
| HSV(B) | 157.78º | 0.9% | 0.35% | - |
| XYZ | 4.58 | 7.7 | 5.52 | - |
| YUV | 62.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 60 | 0.9 | 0 | 0.33 | 0.65 | 157.78 | 0.82 | 0.19 |
| Hex | 9 | 5A | 3C | 5A | 0 | 21 | 41 | 9E | 52 | 13 |
| Octal | 11 | 132 | 74 | 132 | 0 | 41 | 101 | 236 | 122 | 23 |
| Binary | 1001 | 1011010 | 111100 | 1011010 | 0 | 100001 | 1000001 | 10011110 | 1010010 | 10011 |
Color Harmonies of #095A3C
Complementary color
Monochromatic Colors of #095A3C
Black with #095A3C
Text Example
Text Example
White with #095A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A3C; }
p { color: rgb(9,90,60); }
H1.HeaderClassName
{
color: #095A3C;
}
.AnyTagClassName
{
color: #095A3C;
}
</style>
background-color css
<style>
a { background-color: #095A3C; }
a { background-color: rgb(9,90,60); }
div.DivClassName
{
background-color: #095A3C;
}
.BgClassName
{
background-color: #095A3C;
}
</style>
border-color css
<style>
span { border-color: #095A3C; }
span { border-color: rgb(9,90,60); }
td.TdClassName
{
border-color: #095A3C;
}
.TagClassName
{
border-color: #095A3C;
}
</style>