Shades of Pigment Green #18B053
Tints of Pigment Green #18B053
RGB
CMYK
RGB Variations
Color information
#18B053 (or 0x18B053) is known color: Pigment Green. HEX triplet: 18, B0 and 53. RGB value is (24,176,83). Sum of RGB (Red+Green+Blue) = 24+176+83=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 176 (69.14% from 255 or 62.19% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 176 - color contains mainly: green. Hex color #18B053 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18B053 is #E74FAC. Grayscale: #787878. Windows color (decimal): -15159213 or 5484568. OLE color: 5484568.
HSL color Cylindrical-coordinate representation of color #18B053: hue angle of 143.29º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B053 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 176 | 83 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.31 |
| HSL | 143.29º | 0.76% | 0.39% | - |
| HSV(B) | 143.29º | 0.86% | 0.69% | - |
| XYZ | 17.46 | 31.87 | 13.41 | - |
| YUV | 119.95 | 107.14 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 176 | 83 | 0.86 | 0 | 0.53 | 0.31 | 143.29 | 0.76 | 0.39 |
| Hex | 18 | B0 | 53 | 56 | 0 | 35 | 1F | 8F | 4C | 27 |
| Octal | 30 | 260 | 123 | 126 | 0 | 65 | 37 | 217 | 114 | 47 |
| Binary | 11000 | 10110000 | 1010011 | 1010110 | 0 | 110101 | 11111 | 10001111 | 1001100 | 100111 |
Color Harmonies of #18B053
Complementary color
Monochromatic Colors of #18B053
Black with #18B053
Text Example
Text Example
White with #18B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B053; }
p { color: rgb(24,176,83); }
H1.HeaderClassName
{
color: #18B053;
}
.AnyTagClassName
{
color: #18B053;
}
</style>
background-color css
<style>
a { background-color: #18B053; }
a { background-color: rgb(24,176,83); }
div.DivClassName
{
background-color: #18B053;
}
.BgClassName
{
background-color: #18B053;
}
</style>
border-color css
<style>
span { border-color: #18B053; }
span { border-color: rgb(24,176,83); }
td.TdClassName
{
border-color: #18B053;
}
.TagClassName
{
border-color: #18B053;
}
</style>