Shades of Pigment Green #1BA95A
Tints of Pigment Green #1BA95A
RGB
CMYK
RGB Variations
Color information
#1BA95A (or 0x1BA95A) is known color: Pigment Green. HEX triplet: 1B, A9 and 5A. RGB value is (27,169,90). Sum of RGB (Red+Green+Blue) = 27+169+90=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 169 (66.41% from 255 or 59.09% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 169 - color contains mainly: green. Hex color #1BA95A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA95A is #E456A5. Grayscale: #757575. Windows color (decimal): -14964390 or 5941531. OLE color: 5941531.
HSL color Cylindrical-coordinate representation of color #1BA95A: hue angle of 146.62º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA95A is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 169 | 90 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.34 |
| HSL | 146.62º | 0.72% | 0.38% | - |
| HSV(B) | 146.62º | 0.84% | 0.66% | - |
| XYZ | 16.49 | 29.35 | 14.47 | - |
| YUV | 117.54 | 112.46 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 169 | 90 | 0.84 | 0 | 0.47 | 0.34 | 146.62 | 0.72 | 0.38 |
| Hex | 1B | A9 | 5A | 54 | 0 | 2F | 22 | 93 | 48 | 26 |
| Octal | 33 | 251 | 132 | 124 | 0 | 57 | 42 | 223 | 110 | 46 |
| Binary | 11011 | 10101001 | 1011010 | 1010100 | 0 | 101111 | 100010 | 10010011 | 1001000 | 100110 |
Color Harmonies of #1BA95A
Complementary color
Monochromatic Colors of #1BA95A
Black with #1BA95A
Text Example
Text Example
White with #1BA95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA95A; }
p { color: rgb(27,169,90); }
H1.HeaderClassName
{
color: #1BA95A;
}
.AnyTagClassName
{
color: #1BA95A;
}
</style>
background-color css
<style>
a { background-color: #1BA95A; }
a { background-color: rgb(27,169,90); }
div.DivClassName
{
background-color: #1BA95A;
}
.BgClassName
{
background-color: #1BA95A;
}
</style>
border-color css
<style>
span { border-color: #1BA95A; }
span { border-color: rgb(27,169,90); }
td.TdClassName
{
border-color: #1BA95A;
}
.TagClassName
{
border-color: #1BA95A;
}
</style>