Shades of Dark Pastel Green #17BC40
Tints of Dark Pastel Green #17BC40
RGB
CMYK
RGB Variations
Color information
#17BC40 (or 0x17BC40) is known color: Dark Pastel Green. HEX triplet: 17, BC and 40. RGB value is (23,188,64). Sum of RGB (Red+Green+Blue) = 23+188+64=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 188 (73.83% from 255 or 68.36% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 188 - color contains mainly: green. Hex color #17BC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17BC40 is #E843BF. Grayscale: #7C7C7C. Windows color (decimal): -15221696 or 4242455. OLE color: 4242455.
HSL color Cylindrical-coordinate representation of color #17BC40: hue angle of 134.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BC40 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 188 | 64 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.26 |
| HSL | 134.91º | 0.78% | 0.41% | - |
| HSV(B) | 134.91º | 0.88% | 0.74% | - |
| XYZ | 19.26 | 36.52 | 10.88 | - |
| YUV | 124.53 | 93.84 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 64 | 0.88 | 0 | 0.66 | 0.26 | 134.91 | 0.78 | 0.41 |
| Hex | 17 | BC | 40 | 58 | 0 | 42 | 1A | 87 | 4E | 29 |
| Octal | 27 | 274 | 100 | 130 | 0 | 102 | 32 | 207 | 116 | 51 |
| Binary | 10111 | 10111100 | 1000000 | 1011000 | 0 | 1000010 | 11010 | 10000111 | 1001110 | 101001 |
Color Harmonies of #17BC40
Complementary color
Monochromatic Colors of #17BC40
Black with #17BC40
Text Example
Text Example
White with #17BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BC40; }
p { color: rgb(23,188,64); }
H1.HeaderClassName
{
color: #17BC40;
}
.AnyTagClassName
{
color: #17BC40;
}
</style>
background-color css
<style>
a { background-color: #17BC40; }
a { background-color: rgb(23,188,64); }
div.DivClassName
{
background-color: #17BC40;
}
.BgClassName
{
background-color: #17BC40;
}
</style>
border-color css
<style>
span { border-color: #17BC40; }
span { border-color: rgb(23,188,64); }
td.TdClassName
{
border-color: #17BC40;
}
.TagClassName
{
border-color: #17BC40;
}
</style>