Shades of Dark Pastel Green #1AB93D
Tints of Dark Pastel Green #1AB93D
RGB
CMYK
RGB Variations
Color information
#1AB93D (or 0x1AB93D) is known color: Dark Pastel Green. HEX triplet: 1A, B9 and 3D. RGB value is (26,185,61). Sum of RGB (Red+Green+Blue) = 26+185+61=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 185 (72.66% from 255 or 68.01% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB93D is #E546C2. Grayscale: #7B7B7B. Windows color (decimal): -15025859 or 4045082. OLE color: 4045082.
HSL color Cylindrical-coordinate representation of color #1AB93D: hue angle of 133.21º 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 #1AB93D is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 185 | 61 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.27 |
| HSL | 133.21º | 0.75% | 0.41% | - |
| HSV(B) | 133.21º | 0.86% | 0.73% | - |
| XYZ | 18.62 | 35.25 | 10.24 | - |
| YUV | 123.32 | 92.82 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 61 | 0.86 | 0 | 0.67 | 0.27 | 133.21 | 0.75 | 0.41 |
| Hex | 1A | B9 | 3D | 56 | 0 | 43 | 1B | 85 | 4B | 29 |
| Octal | 32 | 271 | 75 | 126 | 0 | 103 | 33 | 205 | 113 | 51 |
| Binary | 11010 | 10111001 | 111101 | 1010110 | 0 | 1000011 | 11011 | 10000101 | 1001011 | 101001 |
Color Harmonies of #1AB93D
Complementary color
Monochromatic Colors of #1AB93D
Black with #1AB93D
Text Example
Text Example
White with #1AB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB93D; }
p { color: rgb(26,185,61); }
H1.HeaderClassName
{
color: #1AB93D;
}
.AnyTagClassName
{
color: #1AB93D;
}
</style>
background-color css
<style>
a { background-color: #1AB93D; }
a { background-color: rgb(26,185,61); }
div.DivClassName
{
background-color: #1AB93D;
}
.BgClassName
{
background-color: #1AB93D;
}
</style>
border-color css
<style>
span { border-color: #1AB93D; }
span { border-color: rgb(26,185,61); }
td.TdClassName
{
border-color: #1AB93D;
}
.TagClassName
{
border-color: #1AB93D;
}
</style>