Shades of Dark Pastel Green #1AB94B
Tints of Dark Pastel Green #1AB94B
RGB
CMYK
RGB Variations
Color information
#1AB94B (or 0x1AB94B) is known color: Dark Pastel Green. HEX triplet: 1A, B9 and 4B. RGB value is (26,185,75). Sum of RGB (Red+Green+Blue) = 26+185+75=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 185 (72.66% from 255 or 64.69% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB94B is #E546B4. Grayscale: #7D7D7D. Windows color (decimal): -15025845 or 4962586. OLE color: 4962586.
HSL color Cylindrical-coordinate representation of color #1AB94B: hue angle of 138.49º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB94B is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 185 | 75 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.27 |
| HSL | 138.49º | 0.75% | 0.41% | - |
| HSV(B) | 138.49º | 0.86% | 0.73% | - |
| XYZ | 19.04 | 35.43 | 12.49 | - |
| YUV | 124.92 | 99.82 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 75 | 0.86 | 0 | 0.59 | 0.27 | 138.49 | 0.75 | 0.41 |
| Hex | 1A | B9 | 4B | 56 | 0 | 3B | 1B | 8A | 4B | 29 |
| Octal | 32 | 271 | 113 | 126 | 0 | 73 | 33 | 212 | 113 | 51 |
| Binary | 11010 | 10111001 | 1001011 | 1010110 | 0 | 111011 | 11011 | 10001010 | 1001011 | 101001 |
Color Harmonies of #1AB94B
Complementary color
Monochromatic Colors of #1AB94B
Black with #1AB94B
Text Example
Text Example
White with #1AB94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB94B; }
p { color: rgb(26,185,75); }
H1.HeaderClassName
{
color: #1AB94B;
}
.AnyTagClassName
{
color: #1AB94B;
}
</style>
background-color css
<style>
a { background-color: #1AB94B; }
a { background-color: rgb(26,185,75); }
div.DivClassName
{
background-color: #1AB94B;
}
.BgClassName
{
background-color: #1AB94B;
}
</style>
border-color css
<style>
span { border-color: #1AB94B; }
span { border-color: rgb(26,185,75); }
td.TdClassName
{
border-color: #1AB94B;
}
.TagClassName
{
border-color: #1AB94B;
}
</style>