Shades of Dark Pastel Green #1AAF3A
Tints of Dark Pastel Green #1AAF3A
RGB
CMYK
RGB Variations
Color information
#1AAF3A (or 0x1AAF3A) is known color: Dark Pastel Green. HEX triplet: 1A, AF and 3A. RGB value is (26,175,58). Sum of RGB (Red+Green+Blue) = 26+175+58=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 175 (68.75% from 255 or 67.57% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAF3A is #E550C5. Grayscale: #757575. Windows color (decimal): -15028422 or 3845914. OLE color: 3845914.
HSL color Cylindrical-coordinate representation of color #1AAF3A: hue angle of 132.89º 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 #1AAF3A is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 175 | 58 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.31 |
| HSL | 132.89º | 0.74% | 0.39% | - |
| HSV(B) | 132.89º | 0.85% | 0.69% | - |
| XYZ | 16.52 | 31.19 | 9.15 | - |
| YUV | 117.11 | 94.64 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 58 | 0.85 | 0 | 0.67 | 0.31 | 132.89 | 0.74 | 0.39 |
| Hex | 1A | AF | 3A | 55 | 0 | 43 | 1F | 85 | 4A | 27 |
| Octal | 32 | 257 | 72 | 125 | 0 | 103 | 37 | 205 | 112 | 47 |
| Binary | 11010 | 10101111 | 111010 | 1010101 | 0 | 1000011 | 11111 | 10000101 | 1001010 | 100111 |
Color Harmonies of #1AAF3A
Complementary color
Monochromatic Colors of #1AAF3A
Black with #1AAF3A
Text Example
Text Example
White with #1AAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAF3A; }
p { color: rgb(26,175,58); }
H1.HeaderClassName
{
color: #1AAF3A;
}
.AnyTagClassName
{
color: #1AAF3A;
}
</style>
background-color css
<style>
a { background-color: #1AAF3A; }
a { background-color: rgb(26,175,58); }
div.DivClassName
{
background-color: #1AAF3A;
}
.BgClassName
{
background-color: #1AAF3A;
}
</style>
border-color css
<style>
span { border-color: #1AAF3A; }
span { border-color: rgb(26,175,58); }
td.TdClassName
{
border-color: #1AAF3A;
}
.TagClassName
{
border-color: #1AAF3A;
}
</style>