Shades of Dark Pastel Green #1AC345
Tints of Dark Pastel Green #1AC345
RGB
CMYK
RGB Variations
Color information
#1AC345 (or 0x1AC345) is known color: Dark Pastel Green. HEX triplet: 1A, C3 and 45. RGB value is (26,195,69). Sum of RGB (Red+Green+Blue) = 26+195+69=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 195 (76.56% from 255 or 67.24% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 195 - color contains mainly: green. Hex color #1AC345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC345 is #E53CBA. Grayscale: #828282. Windows color (decimal): -15023291 or 4571930. OLE color: 4571930.
HSL color Cylindrical-coordinate representation of color #1AC345: hue angle of 135.27º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC345 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 195 | 69 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.24 |
| HSL | 135.27º | 0.76% | 0.43% | - |
| HSV(B) | 135.27º | 0.87% | 0.76% | - |
| XYZ | 21.02 | 39.68 | 12.18 | - |
| YUV | 130.11 | 93.51 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 195 | 69 | 0.87 | 0 | 0.65 | 0.24 | 135.27 | 0.76 | 0.43 |
| Hex | 1A | C3 | 45 | 57 | 0 | 41 | 18 | 87 | 4C | 2B |
| Octal | 32 | 303 | 105 | 127 | 0 | 101 | 30 | 207 | 114 | 53 |
| Binary | 11010 | 11000011 | 1000101 | 1010111 | 0 | 1000001 | 11000 | 10000111 | 1001100 | 101011 |
Color Harmonies of #1AC345
Complementary color
Monochromatic Colors of #1AC345
Black with #1AC345
Text Example
Text Example
White with #1AC345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC345; }
p { color: rgb(26,195,69); }
H1.HeaderClassName
{
color: #1AC345;
}
.AnyTagClassName
{
color: #1AC345;
}
</style>
background-color css
<style>
a { background-color: #1AC345; }
a { background-color: rgb(26,195,69); }
div.DivClassName
{
background-color: #1AC345;
}
.BgClassName
{
background-color: #1AC345;
}
</style>
border-color css
<style>
span { border-color: #1AC345; }
span { border-color: rgb(26,195,69); }
td.TdClassName
{
border-color: #1AC345;
}
.TagClassName
{
border-color: #1AC345;
}
</style>