Shades of Dark Pastel Green #10CB2A
Tints of Dark Pastel Green #10CB2A
RGB
CMYK
RGB Variations
Color information
#10CB2A (or 0x10CB2A) is known color: Dark Pastel Green. HEX triplet: 10, CB and 2A. RGB value is (16,203,42). Sum of RGB (Red+Green+Blue) = 16+203+42=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 203 (79.69% from 255 or 77.78% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 203 - color contains mainly: green. Hex color #10CB2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CB2A is #EF34D5. Grayscale: #818181. Windows color (decimal): -15676630 or 2804496. OLE color: 2804496.
HSL color Cylindrical-coordinate representation of color #10CB2A: hue angle of 128.34º 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 #10CB2A is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 203 | 42 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.20 |
| HSL | 128.34º | 0.85% | 0.43% | - |
| HSV(B) | 128.34º | 0.92% | 0.8% | - |
| XYZ | 21.99 | 42.99 | 9.33 | - |
| YUV | 128.73 | 79.05 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 42 | 0.92 | 0 | 0.79 | 0.20 | 128.34 | 0.85 | 0.43 |
| Hex | 10 | CB | 2A | 5C | 0 | 4F | 14 | 80 | 55 | 2B |
| Octal | 20 | 313 | 52 | 134 | 0 | 117 | 24 | 200 | 125 | 53 |
| Binary | 10000 | 11001011 | 101010 | 1011100 | 0 | 1001111 | 10100 | 10000000 | 1010101 | 101011 |
Color Harmonies of #10CB2A
Complementary color
Monochromatic Colors of #10CB2A
Black with #10CB2A
Text Example
Text Example
White with #10CB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CB2A; }
p { color: rgb(16,203,42); }
H1.HeaderClassName
{
color: #10CB2A;
}
.AnyTagClassName
{
color: #10CB2A;
}
</style>
background-color css
<style>
a { background-color: #10CB2A; }
a { background-color: rgb(16,203,42); }
div.DivClassName
{
background-color: #10CB2A;
}
.BgClassName
{
background-color: #10CB2A;
}
</style>
border-color css
<style>
span { border-color: #10CB2A; }
span { border-color: rgb(16,203,42); }
td.TdClassName
{
border-color: #10CB2A;
}
.TagClassName
{
border-color: #10CB2A;
}
</style>