Shades of Dark Pastel Green #1CA93D
Tints of Dark Pastel Green #1CA93D
RGB
CMYK
RGB Variations
Color information
#1CA93D (or 0x1CA93D) is known color: Dark Pastel Green. HEX triplet: 1C, A9 and 3D. RGB value is (28,169,61). Sum of RGB (Red+Green+Blue) = 28+169+61=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 169 (66.41% from 255 or 65.50% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA93D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA93D is #E356C2. Grayscale: #727272. Windows color (decimal): -14898883 or 4040988. OLE color: 4040988.
HSL color Cylindrical-coordinate representation of color #1CA93D: hue angle of 134.04º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA93D is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 169 | 61 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.34 |
| HSL | 134.04º | 0.72% | 0.39% | - |
| HSV(B) | 134.04º | 0.83% | 0.66% | - |
| XYZ | 15.51 | 28.96 | 9.19 | - |
| YUV | 114.53 | 97.79 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 169 | 61 | 0.83 | 0 | 0.64 | 0.34 | 134.04 | 0.72 | 0.39 |
| Hex | 1C | A9 | 3D | 53 | 0 | 40 | 22 | 86 | 48 | 27 |
| Octal | 34 | 251 | 75 | 123 | 0 | 100 | 42 | 206 | 110 | 47 |
| Binary | 11100 | 10101001 | 111101 | 1010011 | 0 | 1000000 | 100010 | 10000110 | 1001000 | 100111 |
Color Harmonies of #1CA93D
Complementary color
Monochromatic Colors of #1CA93D
Black with #1CA93D
Text Example
Text Example
White with #1CA93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA93D; }
p { color: rgb(28,169,61); }
H1.HeaderClassName
{
color: #1CA93D;
}
.AnyTagClassName
{
color: #1CA93D;
}
</style>
background-color css
<style>
a { background-color: #1CA93D; }
a { background-color: rgb(28,169,61); }
div.DivClassName
{
background-color: #1CA93D;
}
.BgClassName
{
background-color: #1CA93D;
}
</style>
border-color css
<style>
span { border-color: #1CA93D; }
span { border-color: rgb(28,169,61); }
td.TdClassName
{
border-color: #1CA93D;
}
.TagClassName
{
border-color: #1CA93D;
}
</style>