Shades of Dark Pastel Green #10C339
Tints of Dark Pastel Green #10C339
RGB
CMYK
RGB Variations
Color information
#10C339 (or 0x10C339) is known color: Dark Pastel Green. HEX triplet: 10, C3 and 39. RGB value is (16,195,57). Sum of RGB (Red+Green+Blue) = 16+195+57=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 195 (76.56% from 255 or 72.76% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 195 - color contains mainly: green. Hex color #10C339 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C339 is #EF3CC6. Grayscale: #7E7E7E. Windows color (decimal): -15678663 or 3785488. OLE color: 3785488.
HSL color Cylindrical-coordinate representation of color #10C339: hue angle of 133.74º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C339 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 57 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.24 |
| HSL | 133.74º | 0.85% | 0.41% | - |
| HSV(B) | 133.74º | 0.92% | 0.76% | - |
| XYZ | 20.47 | 39.44 | 10.4 | - |
| YUV | 125.75 | 89.2 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 57 | 0.92 | 0 | 0.71 | 0.24 | 133.74 | 0.85 | 0.41 |
| Hex | 10 | C3 | 39 | 5C | 0 | 47 | 18 | 86 | 55 | 29 |
| Octal | 20 | 303 | 71 | 134 | 0 | 107 | 30 | 206 | 125 | 51 |
| Binary | 10000 | 11000011 | 111001 | 1011100 | 0 | 1000111 | 11000 | 10000110 | 1010101 | 101001 |
Color Harmonies of #10C339
Complementary color
Monochromatic Colors of #10C339
Black with #10C339
Text Example
Text Example
White with #10C339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C339; }
p { color: rgb(16,195,57); }
H1.HeaderClassName
{
color: #10C339;
}
.AnyTagClassName
{
color: #10C339;
}
</style>
background-color css
<style>
a { background-color: #10C339; }
a { background-color: rgb(16,195,57); }
div.DivClassName
{
background-color: #10C339;
}
.BgClassName
{
background-color: #10C339;
}
</style>
border-color css
<style>
span { border-color: #10C339; }
span { border-color: rgb(16,195,57); }
td.TdClassName
{
border-color: #10C339;
}
.TagClassName
{
border-color: #10C339;
}
</style>