Shades of Pigment Green #1BA454
Tints of Pigment Green #1BA454
RGB
CMYK
RGB Variations
Color information
#1BA454 (or 0x1BA454) is known color: Pigment Green. HEX triplet: 1B, A4 and 54. RGB value is (27,164,84). Sum of RGB (Red+Green+Blue) = 27+164+84=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 164 (64.45% from 255 or 59.64% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA454 is #E45BAB. Grayscale: #727272. Windows color (decimal): -14965676 or 5547035. OLE color: 5547035.
HSL color Cylindrical-coordinate representation of color #1BA454: hue angle of 144.96º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA454 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 164 | 84 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.36 |
| HSL | 144.96º | 0.72% | 0.37% | - |
| HSV(B) | 144.96º | 0.84% | 0.64% | - |
| XYZ | 15.33 | 27.42 | 12.87 | - |
| YUV | 113.92 | 111.11 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 164 | 84 | 0.84 | 0 | 0.49 | 0.36 | 144.96 | 0.72 | 0.37 |
| Hex | 1B | A4 | 54 | 54 | 0 | 31 | 24 | 91 | 48 | 25 |
| Octal | 33 | 244 | 124 | 124 | 0 | 61 | 44 | 221 | 110 | 45 |
| Binary | 11011 | 10100100 | 1010100 | 1010100 | 0 | 110001 | 100100 | 10010001 | 1001000 | 100101 |
Color Harmonies of #1BA454
Complementary color
Monochromatic Colors of #1BA454
Black with #1BA454
Text Example
Text Example
White with #1BA454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA454; }
p { color: rgb(27,164,84); }
H1.HeaderClassName
{
color: #1BA454;
}
.AnyTagClassName
{
color: #1BA454;
}
</style>
background-color css
<style>
a { background-color: #1BA454; }
a { background-color: rgb(27,164,84); }
div.DivClassName
{
background-color: #1BA454;
}
.BgClassName
{
background-color: #1BA454;
}
</style>
border-color css
<style>
span { border-color: #1BA454; }
span { border-color: rgb(27,164,84); }
td.TdClassName
{
border-color: #1BA454;
}
.TagClassName
{
border-color: #1BA454;
}
</style>