Shades of Dark Pastel Green #17C03A
Tints of Dark Pastel Green #17C03A
RGB
CMYK
RGB Variations
Color information
#17C03A (or 0x17C03A) is known color: Dark Pastel Green. HEX triplet: 17, C0 and 3A. RGB value is (23,192,58). Sum of RGB (Red+Green+Blue) = 23+192+58=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #17C03A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17C03A is #E83FC5. Grayscale: #7E7E7E. Windows color (decimal): -15220678 or 3850263. OLE color: 3850263.
HSL color Cylindrical-coordinate representation of color #17C03A: hue angle of 132.43º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17C03A is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 192 | 58 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.25 |
| HSL | 132.43º | 0.79% | 0.42% | - |
| HSV(B) | 132.43º | 0.88% | 0.75% | - |
| XYZ | 19.97 | 38.19 | 10.32 | - |
| YUV | 126.19 | 89.51 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 192 | 58 | 0.88 | 0 | 0.70 | 0.25 | 132.43 | 0.79 | 0.42 |
| Hex | 17 | C0 | 3A | 58 | 0 | 46 | 19 | 84 | 4F | 2A |
| Octal | 27 | 300 | 72 | 130 | 0 | 106 | 31 | 204 | 117 | 52 |
| Binary | 10111 | 11000000 | 111010 | 1011000 | 0 | 1000110 | 11001 | 10000100 | 1001111 | 101010 |
Color Harmonies of #17C03A
Complementary color
Monochromatic Colors of #17C03A
Black with #17C03A
Text Example
Text Example
White with #17C03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C03A; }
p { color: rgb(23,192,58); }
H1.HeaderClassName
{
color: #17C03A;
}
.AnyTagClassName
{
color: #17C03A;
}
</style>
background-color css
<style>
a { background-color: #17C03A; }
a { background-color: rgb(23,192,58); }
div.DivClassName
{
background-color: #17C03A;
}
.BgClassName
{
background-color: #17C03A;
}
</style>
border-color css
<style>
span { border-color: #17C03A; }
span { border-color: rgb(23,192,58); }
td.TdClassName
{
border-color: #17C03A;
}
.TagClassName
{
border-color: #17C03A;
}
</style>