Shades of Dark Pastel Green #10CC2C
Tints of Dark Pastel Green #10CC2C
RGB
CMYK
RGB Variations
Color information
#10CC2C (or 0x10CC2C) is known color: Dark Pastel Green. HEX triplet: 10, CC and 2C. RGB value is (16,204,44). Sum of RGB (Red+Green+Blue) = 16+204+44=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 204 (80.08% from 255 or 77.27% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CC2C is #EF33D3. Grayscale: #828282. Windows color (decimal): -15676372 or 2935824. OLE color: 2935824.
HSL color Cylindrical-coordinate representation of color #10CC2C: hue angle of 128.94º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CC2C is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 44 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.2 |
| HSL | 128.94º | 0.85% | 0.43% | - |
| HSV(B) | 128.94º | 0.92% | 0.8% | - |
| XYZ | 22.26 | 43.48 | 9.6 | - |
| YUV | 129.55 | 79.72 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 44 | 0.92 | 0 | 0.78 | 0.2 | 128.94 | 0.85 | 0.43 |
| Hex | 10 | CC | 2C | 5C | 0 | 4E | 14 | 81 | 55 | 2B |
| Octal | 20 | 314 | 54 | 134 | 0 | 116 | 24 | 201 | 125 | 53 |
| Binary | 10000 | 11001100 | 101100 | 1011100 | 0 | 1001110 | 10100 | 10000001 | 1010101 | 101011 |
Color Harmonies of #10CC2C
Complementary color
Monochromatic Colors of #10CC2C
Black with #10CC2C
Text Example
Text Example
White with #10CC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CC2C; }
p { color: rgb(16,204,44); }
H1.HeaderClassName
{
color: #10CC2C;
}
.AnyTagClassName
{
color: #10CC2C;
}
</style>
background-color css
<style>
a { background-color: #10CC2C; }
a { background-color: rgb(16,204,44); }
div.DivClassName
{
background-color: #10CC2C;
}
.BgClassName
{
background-color: #10CC2C;
}
</style>
border-color css
<style>
span { border-color: #10CC2C; }
span { border-color: rgb(16,204,44); }
td.TdClassName
{
border-color: #10CC2C;
}
.TagClassName
{
border-color: #10CC2C;
}
</style>