Shades of Dark Pastel Green #17BA25
Tints of Dark Pastel Green #17BA25
RGB
CMYK
RGB Variations
Color information
#17BA25 (or 0x17BA25) is known color: Dark Pastel Green. HEX triplet: 17, BA and 25. RGB value is (23,186,37). Sum of RGB (Red+Green+Blue) = 23+186+37=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 186 (73.05% from 255 or 75.61% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 186 - color contains mainly: green. Hex color #17BA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17BA25 is #E845DA. Grayscale: #787878. Windows color (decimal): -15222235 or 2472471. OLE color: 2472471.
HSL color Cylindrical-coordinate representation of color #17BA25: hue angle of 125.15º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BA25 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 186 | 37 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.27 |
| HSL | 125.15º | 0.78% | 0.41% | - |
| HSV(B) | 125.15º | 0.88% | 0.73% | - |
| XYZ | 18.25 | 35.43 | 7.63 | - |
| YUV | 120.28 | 81 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 186 | 37 | 0.88 | 0 | 0.80 | 0.27 | 125.15 | 0.78 | 0.41 |
| Hex | 17 | BA | 25 | 58 | 0 | 50 | 1B | 7D | 4E | 29 |
| Octal | 27 | 272 | 45 | 130 | 0 | 120 | 33 | 175 | 116 | 51 |
| Binary | 10111 | 10111010 | 100101 | 1011000 | 0 | 1010000 | 11011 | 1111101 | 1001110 | 101001 |
Color Harmonies of #17BA25
Complementary color
Monochromatic Colors of #17BA25
Black with #17BA25
Text Example
Text Example
White with #17BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BA25; }
p { color: rgb(23,186,37); }
H1.HeaderClassName
{
color: #17BA25;
}
.AnyTagClassName
{
color: #17BA25;
}
</style>
background-color css
<style>
a { background-color: #17BA25; }
a { background-color: rgb(23,186,37); }
div.DivClassName
{
background-color: #17BA25;
}
.BgClassName
{
background-color: #17BA25;
}
</style>
border-color css
<style>
span { border-color: #17BA25; }
span { border-color: rgb(23,186,37); }
td.TdClassName
{
border-color: #17BA25;
}
.TagClassName
{
border-color: #17BA25;
}
</style>