Shades of Shamrock #28F09C
Tints of Shamrock #28F09C
RGB
CMYK
RGB Variations
Color information
#28F09C (or 0x28F09C) is known color: Shamrock. HEX triplet: 28, F0 and 9C. RGB value is (40,240,156). Sum of RGB (Red+Green+Blue) = 40+240+156=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #28F09C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28F09C is #D70F63. Grayscale: #AAAAAA. Windows color (decimal): -14094180 or 10285096. OLE color: 10285096.
HSL color Cylindrical-coordinate representation of color #28F09C: hue angle of 154.8º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F09C is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 240 | 156 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.06 |
| HSL | 154.8º | 0.87% | 0.55% | - |
| HSV(B) | 154.8º | 0.83% | 0.94% | - |
| XYZ | 38.04 | 65.17 | 42.03 | - |
| YUV | 170.62 | 119.74 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 240 | 156 | 0.83 | 0 | 0.35 | 0.06 | 154.8 | 0.87 | 0.55 |
| Hex | 28 | F0 | 9C | 53 | 0 | 23 | 6 | 9B | 57 | 37 |
| Octal | 50 | 360 | 234 | 123 | 0 | 43 | 6 | 233 | 127 | 67 |
| Binary | 101000 | 11110000 | 10011100 | 1010011 | 0 | 100011 | 110 | 10011011 | 1010111 | 110111 |
Color Harmonies of #28F09C
Complementary color
Monochromatic Colors of #28F09C
Black with #28F09C
Text Example
Text Example
White with #28F09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F09C; }
p { color: rgb(40,240,156); }
H1.HeaderClassName
{
color: #28F09C;
}
.AnyTagClassName
{
color: #28F09C;
}
</style>
background-color css
<style>
a { background-color: #28F09C; }
a { background-color: rgb(40,240,156); }
div.DivClassName
{
background-color: #28F09C;
}
.BgClassName
{
background-color: #28F09C;
}
</style>
border-color css
<style>
span { border-color: #28F09C; }
span { border-color: rgb(40,240,156); }
td.TdClassName
{
border-color: #28F09C;
}
.TagClassName
{
border-color: #28F09C;
}
</style>