Shades of Dark Pastel Green #1AB245
Tints of Dark Pastel Green #1AB245
RGB
CMYK
RGB Variations
Color information
#1AB245 (or 0x1AB245) is known color: Dark Pastel Green. HEX triplet: 1A, B2 and 45. RGB value is (26,178,69). Sum of RGB (Red+Green+Blue) = 26+178+69=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 178 (69.92% from 255 or 65.20% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AB245 is #E54DBA. Grayscale: #787878. Windows color (decimal): -15027643 or 4567578. OLE color: 4567578.
HSL color Cylindrical-coordinate representation of color #1AB245: hue angle of 136.97º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB245 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 178 | 69 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.30 |
| HSL | 136.97º | 0.75% | 0.4% | - |
| HSV(B) | 136.97º | 0.85% | 0.7% | - |
| XYZ | 17.42 | 32.49 | 10.98 | - |
| YUV | 120.13 | 99.14 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 69 | 0.85 | 0 | 0.61 | 0.30 | 136.97 | 0.75 | 0.4 |
| Hex | 1A | B2 | 45 | 55 | 0 | 3D | 1E | 89 | 4B | 28 |
| Octal | 32 | 262 | 105 | 125 | 0 | 75 | 36 | 211 | 113 | 50 |
| Binary | 11010 | 10110010 | 1000101 | 1010101 | 0 | 111101 | 11110 | 10001001 | 1001011 | 101000 |
Color Harmonies of #1AB245
Complementary color
Monochromatic Colors of #1AB245
Black with #1AB245
Text Example
Text Example
White with #1AB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB245; }
p { color: rgb(26,178,69); }
H1.HeaderClassName
{
color: #1AB245;
}
.AnyTagClassName
{
color: #1AB245;
}
</style>
background-color css
<style>
a { background-color: #1AB245; }
a { background-color: rgb(26,178,69); }
div.DivClassName
{
background-color: #1AB245;
}
.BgClassName
{
background-color: #1AB245;
}
</style>
border-color css
<style>
span { border-color: #1AB245; }
span { border-color: rgb(26,178,69); }
td.TdClassName
{
border-color: #1AB245;
}
.TagClassName
{
border-color: #1AB245;
}
</style>