Shades of Shamrock #26BF99
Tints of Shamrock #26BF99
RGB
CMYK
RGB Variations
Color information
#26BF99 (or 0x26BF99) is known color: Shamrock. HEX triplet: 26, BF and 99. RGB value is (38,191,153). Sum of RGB (Red+Green+Blue) = 38+191+153=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BF99 is #D94066. Grayscale: #8C8C8C. Windows color (decimal): -14237799 or 10075942. OLE color: 10075942.
HSL color Cylindrical-coordinate representation of color #26BF99: hue angle of 165.1º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BF99 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 191 | 153 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.25 |
| HSL | 165.1º | 0.67% | 0.45% | - |
| HSV(B) | 165.1º | 0.8% | 0.75% | - |
| XYZ | 25.18 | 39.97 | 36.53 | - |
| YUV | 140.92 | 134.81 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 191 | 153 | 0.80 | 0 | 0.20 | 0.25 | 165.1 | 0.67 | 0.45 |
| Hex | 26 | BF | 99 | 50 | 0 | 14 | 19 | A5 | 43 | 2D |
| Octal | 46 | 277 | 231 | 120 | 0 | 24 | 31 | 245 | 103 | 55 |
| Binary | 100110 | 10111111 | 10011001 | 1010000 | 0 | 10100 | 11001 | 10100101 | 1000011 | 101101 |
Color Harmonies of #26BF99
Complementary color
Monochromatic Colors of #26BF99
Black with #26BF99
Text Example
Text Example
White with #26BF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BF99; }
p { color: rgb(38,191,153); }
H1.HeaderClassName
{
color: #26BF99;
}
.AnyTagClassName
{
color: #26BF99;
}
</style>
background-color css
<style>
a { background-color: #26BF99; }
a { background-color: rgb(38,191,153); }
div.DivClassName
{
background-color: #26BF99;
}
.BgClassName
{
background-color: #26BF99;
}
</style>
border-color css
<style>
span { border-color: #26BF99; }
span { border-color: rgb(38,191,153); }
td.TdClassName
{
border-color: #26BF99;
}
.TagClassName
{
border-color: #26BF99;
}
</style>