Shades of Shamrock Green #0B905A
Tints of Shamrock Green #0B905A
RGB
CMYK
RGB Variations
Color information
#0B905A (or 0x0B905A) is known color: Shamrock Green. HEX triplet: 0B, 90 and 5A. RGB value is (11,144,90). Sum of RGB (Red+Green+Blue) = 11+144+90=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 144 (56.64% from 255 or 58.78% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 144 - color contains mainly: green. Hex color #0B905A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B905A is #F46FA5. Grayscale: #626262. Windows color (decimal): -16019366 or 5935115. OLE color: 5935115.
HSL color Cylindrical-coordinate representation of color #0B905A: hue angle of 155.64º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B905A is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 144 | 90 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.44 |
| HSL | 155.64º | 0.86% | 0.3% | - |
| HSV(B) | 155.64º | 0.92% | 0.56% | - |
| XYZ | 11.96 | 20.76 | 13.05 | - |
| YUV | 98.08 | 123.44 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 144 | 90 | 0.92 | 0 | 0.37 | 0.44 | 155.64 | 0.86 | 0.3 |
| Hex | B | 90 | 5A | 5C | 0 | 25 | 2C | 9C | 56 | 1E |
| Octal | 13 | 220 | 132 | 134 | 0 | 45 | 54 | 234 | 126 | 36 |
| Binary | 1011 | 10010000 | 1011010 | 1011100 | 0 | 100101 | 101100 | 10011100 | 1010110 | 11110 |
Color Harmonies of #0B905A
Complementary color
Monochromatic Colors of #0B905A
Black with #0B905A
Text Example
Text Example
White with #0B905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B905A; }
p { color: rgb(11,144,90); }
H1.HeaderClassName
{
color: #0B905A;
}
.AnyTagClassName
{
color: #0B905A;
}
</style>
background-color css
<style>
a { background-color: #0B905A; }
a { background-color: rgb(11,144,90); }
div.DivClassName
{
background-color: #0B905A;
}
.BgClassName
{
background-color: #0B905A;
}
</style>
border-color css
<style>
span { border-color: #0B905A; }
span { border-color: rgb(11,144,90); }
td.TdClassName
{
border-color: #0B905A;
}
.TagClassName
{
border-color: #0B905A;
}
</style>