Shades of Dark Pastel Green #15CC3C
Tints of Dark Pastel Green #15CC3C
RGB
CMYK
RGB Variations
Color information
#15CC3C (or 0x15CC3C) is known color: Dark Pastel Green. HEX triplet: 15, CC and 3C. RGB value is (21,204,60). Sum of RGB (Red+Green+Blue) = 21+204+60=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 204 (80.08% from 255 or 71.58% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 204 - color contains mainly: green. Hex color #15CC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CC3C is #EA33C3. Grayscale: #858585. Windows color (decimal): -15348676 or 3984405. OLE color: 3984405.
HSL color Cylindrical-coordinate representation of color #15CC3C: hue angle of 132.79º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CC3C is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 204 | 60 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.2 |
| HSL | 132.79º | 0.81% | 0.44% | - |
| HSV(B) | 132.79º | 0.9% | 0.8% | - |
| XYZ | 22.72 | 43.67 | 11.51 | - |
| YUV | 132.87 | 86.87 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 204 | 60 | 0.90 | 0 | 0.71 | 0.2 | 132.79 | 0.81 | 0.44 |
| Hex | 15 | CC | 3C | 5A | 0 | 47 | 14 | 85 | 51 | 2C |
| Octal | 25 | 314 | 74 | 132 | 0 | 107 | 24 | 205 | 121 | 54 |
| Binary | 10101 | 11001100 | 111100 | 1011010 | 0 | 1000111 | 10100 | 10000101 | 1010001 | 101100 |
Color Harmonies of #15CC3C
Complementary color
Monochromatic Colors of #15CC3C
Black with #15CC3C
Text Example
Text Example
White with #15CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CC3C; }
p { color: rgb(21,204,60); }
H1.HeaderClassName
{
color: #15CC3C;
}
.AnyTagClassName
{
color: #15CC3C;
}
</style>
background-color css
<style>
a { background-color: #15CC3C; }
a { background-color: rgb(21,204,60); }
div.DivClassName
{
background-color: #15CC3C;
}
.BgClassName
{
background-color: #15CC3C;
}
</style>
border-color css
<style>
span { border-color: #15CC3C; }
span { border-color: rgb(21,204,60); }
td.TdClassName
{
border-color: #15CC3C;
}
.TagClassName
{
border-color: #15CC3C;
}
</style>