Shades of Dark Pastel Green #1AAF37
Tints of Dark Pastel Green #1AAF37
RGB
CMYK
RGB Variations
Color information
#1AAF37 (or 0x1AAF37) is known color: Dark Pastel Green. HEX triplet: 1A, AF and 37. RGB value is (26,175,55). Sum of RGB (Red+Green+Blue) = 26+175+55=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAF37 is #E550C8. Grayscale: #757575. Windows color (decimal): -15028425 or 3649306. OLE color: 3649306.
HSL color Cylindrical-coordinate representation of color #1AAF37: hue angle of 131.68º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAF37 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 175 | 55 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.31 |
| HSL | 131.68º | 0.74% | 0.39% | - |
| HSV(B) | 131.68º | 0.85% | 0.69% | - |
| XYZ | 16.45 | 31.16 | 8.76 | - |
| YUV | 116.77 | 93.14 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 55 | 0.85 | 0 | 0.69 | 0.31 | 131.68 | 0.74 | 0.39 |
| Hex | 1A | AF | 37 | 55 | 0 | 45 | 1F | 84 | 4A | 27 |
| Octal | 32 | 257 | 67 | 125 | 0 | 105 | 37 | 204 | 112 | 47 |
| Binary | 11010 | 10101111 | 110111 | 1010101 | 0 | 1000101 | 11111 | 10000100 | 1001010 | 100111 |
Color Harmonies of #1AAF37
Complementary color
Monochromatic Colors of #1AAF37
Black with #1AAF37
Text Example
Text Example
White with #1AAF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAF37; }
p { color: rgb(26,175,55); }
H1.HeaderClassName
{
color: #1AAF37;
}
.AnyTagClassName
{
color: #1AAF37;
}
</style>
background-color css
<style>
a { background-color: #1AAF37; }
a { background-color: rgb(26,175,55); }
div.DivClassName
{
background-color: #1AAF37;
}
.BgClassName
{
background-color: #1AAF37;
}
</style>
border-color css
<style>
span { border-color: #1AAF37; }
span { border-color: rgb(26,175,55); }
td.TdClassName
{
border-color: #1AAF37;
}
.TagClassName
{
border-color: #1AAF37;
}
</style>