Shades of Shamrock Green #0BAA5E
Tints of Shamrock Green #0BAA5E
RGB
CMYK
RGB Variations
Color information
#0BAA5E (or 0x0BAA5E) is known color: Shamrock Green. HEX triplet: 0B, AA and 5E. RGB value is (11,170,94). Sum of RGB (Red+Green+Blue) = 11+170+94=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAA5E is #F455A1. Grayscale: #717171. Windows color (decimal): -16012706 or 6203915. OLE color: 6203915.
HSL color Cylindrical-coordinate representation of color #0BAA5E: hue angle of 151.32º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAA5E is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 170 | 94 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.33 |
| HSL | 151.32º | 0.88% | 0.35% | - |
| HSV(B) | 151.32º | 0.94% | 0.67% | - |
| XYZ | 16.53 | 29.63 | 15.44 | - |
| YUV | 113.8 | 116.82 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 94 | 0.94 | 0 | 0.45 | 0.33 | 151.32 | 0.88 | 0.35 |
| Hex | B | AA | 5E | 5E | 0 | 2D | 21 | 97 | 58 | 23 |
| Octal | 13 | 252 | 136 | 136 | 0 | 55 | 41 | 227 | 130 | 43 |
| Binary | 1011 | 10101010 | 1011110 | 1011110 | 0 | 101101 | 100001 | 10010111 | 1011000 | 100011 |
Color Harmonies of #0BAA5E
Complementary color
Monochromatic Colors of #0BAA5E
Black with #0BAA5E
Text Example
Text Example
White with #0BAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAA5E; }
p { color: rgb(11,170,94); }
H1.HeaderClassName
{
color: #0BAA5E;
}
.AnyTagClassName
{
color: #0BAA5E;
}
</style>
background-color css
<style>
a { background-color: #0BAA5E; }
a { background-color: rgb(11,170,94); }
div.DivClassName
{
background-color: #0BAA5E;
}
.BgClassName
{
background-color: #0BAA5E;
}
</style>
border-color css
<style>
span { border-color: #0BAA5E; }
span { border-color: rgb(11,170,94); }
td.TdClassName
{
border-color: #0BAA5E;
}
.TagClassName
{
border-color: #0BAA5E;
}
</style>