Shades of Dark Pastel Green #1AB852
Tints of Dark Pastel Green #1AB852
RGB
CMYK
RGB Variations
Color information
#1AB852 (or 0x1AB852) is known color: Dark Pastel Green. HEX triplet: 1A, B8 and 52. RGB value is (26,184,82). Sum of RGB (Red+Green+Blue) = 26+184+82=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 184 (72.27% from 255 or 63.01% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB852 is #E547AD. Grayscale: #7D7D7D. Windows color (decimal): -15026094 or 5421082. OLE color: 5421082.
HSL color Cylindrical-coordinate representation of color #1AB852: hue angle of 141.27º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB852 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 184 | 82 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.28 |
| HSL | 141.27º | 0.75% | 0.41% | - |
| HSV(B) | 141.27º | 0.86% | 0.72% | - |
| XYZ | 19.09 | 35.11 | 13.75 | - |
| YUV | 125.13 | 103.65 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 82 | 0.86 | 0 | 0.55 | 0.28 | 141.27 | 0.75 | 0.41 |
| Hex | 1A | B8 | 52 | 56 | 0 | 37 | 1C | 8D | 4B | 29 |
| Octal | 32 | 270 | 122 | 126 | 0 | 67 | 34 | 215 | 113 | 51 |
| Binary | 11010 | 10111000 | 1010010 | 1010110 | 0 | 110111 | 11100 | 10001101 | 1001011 | 101001 |
Color Harmonies of #1AB852
Complementary color
Monochromatic Colors of #1AB852
Black with #1AB852
Text Example
Text Example
White with #1AB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB852; }
p { color: rgb(26,184,82); }
H1.HeaderClassName
{
color: #1AB852;
}
.AnyTagClassName
{
color: #1AB852;
}
</style>
background-color css
<style>
a { background-color: #1AB852; }
a { background-color: rgb(26,184,82); }
div.DivClassName
{
background-color: #1AB852;
}
.BgClassName
{
background-color: #1AB852;
}
</style>
border-color css
<style>
span { border-color: #1AB852; }
span { border-color: rgb(26,184,82); }
td.TdClassName
{
border-color: #1AB852;
}
.TagClassName
{
border-color: #1AB852;
}
</style>