Shades of Pigment Green #11B05C
Tints of Pigment Green #11B05C
RGB
CMYK
RGB Variations
Color information
#11B05C (or 0x11B05C) is known color: Pigment Green. HEX triplet: 11, B0 and 5C. RGB value is (17,176,92). Sum of RGB (Red+Green+Blue) = 17+176+92=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 176 (69.14% from 255 or 61.75% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 176 - color contains mainly: green. Hex color #11B05C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B05C is #EE4FA3. Grayscale: #777777. Windows color (decimal): -15617956 or 6074385. OLE color: 6074385.
HSL color Cylindrical-coordinate representation of color #11B05C: hue angle of 148.3º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B05C is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
RGB | 17 | 176 | 92 | - |
CMYK | 0.90 | 0 | 0.48 | 0.31 |
HSL | 148.3º | 0.82% | 0.38% | - |
HSV(B) | 148.3º | 0.9% | 0.69% | - |
XYZ | 17.69 | 31.94 | 15.36 | - |
YUV | 118.88 | 112.82 | 55.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 176 | 92 | 0.90 | 0 | 0.48 | 0.31 | 148.3 | 0.82 | 0.38 |
Hex | 11 | B0 | 5C | 5A | 0 | 30 | 1F | 94 | 52 | 26 |
Octal | 21 | 260 | 134 | 132 | 0 | 60 | 37 | 224 | 122 | 46 |
Binary | 10001 | 10110000 | 1011100 | 1011010 | 0 | 110000 | 11111 | 10010100 | 1010010 | 100110 |
Color Harmonies of #11B05C
Complementary color
Monochromatic Colors of #11B05C
Black with #11B05C
Text Example
Text Example
White with #11B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B05C; }
p { color: rgb(17,176,92); }
H1.HeaderClassName
{
color: #11B05C;
}
.AnyTagClassName
{
color: #11B05C;
}
</style>
background-color css
<style>
a { background-color: #11B05C; }
a { background-color: rgb(17,176,92); }
div.DivClassName
{
background-color: #11B05C;
}
.BgClassName
{
background-color: #11B05C;
}
</style>
border-color css
<style>
span { border-color: #11B05C; }
span { border-color: rgb(17,176,92); }
td.TdClassName
{
border-color: #11B05C;
}
.TagClassName
{
border-color: #11B05C;
}
</style>