Shades of Dark Pastel Green #1CAE45
Tints of Dark Pastel Green #1CAE45
RGB
CMYK
RGB Variations
Color information
#1CAE45 (or 0x1CAE45) is known color: Dark Pastel Green. HEX triplet: 1C, AE and 45. RGB value is (28,174,69). Sum of RGB (Red+Green+Blue) = 28+174+69=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 174 (68.36% from 255 or 64.21% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAE45 is #E351BA. Grayscale: #767676. Windows color (decimal): -14897595 or 4566556. OLE color: 4566556.
HSL color Cylindrical-coordinate representation of color #1CAE45: hue angle of 136.85º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAE45 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 174 | 69 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.32 |
| HSL | 136.85º | 0.72% | 0.4% | - |
| HSV(B) | 136.85º | 0.84% | 0.68% | - |
| XYZ | 16.69 | 30.95 | 10.72 | - |
| YUV | 118.38 | 100.13 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 174 | 69 | 0.84 | 0 | 0.60 | 0.32 | 136.85 | 0.72 | 0.4 |
| Hex | 1C | AE | 45 | 54 | 0 | 3C | 20 | 89 | 48 | 28 |
| Octal | 34 | 256 | 105 | 124 | 0 | 74 | 40 | 211 | 110 | 50 |
| Binary | 11100 | 10101110 | 1000101 | 1010100 | 0 | 111100 | 100000 | 10001001 | 1001000 | 101000 |
Color Harmonies of #1CAE45
Complementary color
Monochromatic Colors of #1CAE45
Black with #1CAE45
Text Example
Text Example
White with #1CAE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAE45; }
p { color: rgb(28,174,69); }
H1.HeaderClassName
{
color: #1CAE45;
}
.AnyTagClassName
{
color: #1CAE45;
}
</style>
background-color css
<style>
a { background-color: #1CAE45; }
a { background-color: rgb(28,174,69); }
div.DivClassName
{
background-color: #1CAE45;
}
.BgClassName
{
background-color: #1CAE45;
}
</style>
border-color css
<style>
span { border-color: #1CAE45; }
span { border-color: rgb(28,174,69); }
td.TdClassName
{
border-color: #1CAE45;
}
.TagClassName
{
border-color: #1CAE45;
}
</style>