Shades of Dark Pastel Green #10C44B
Tints of Dark Pastel Green #10C44B
RGB
CMYK
RGB Variations
Color information
#10C44B (or 0x10C44B) is known color: Dark Pastel Green. HEX triplet: 10, C4 and 4B. RGB value is (16,196,75). Sum of RGB (Red+Green+Blue) = 16+196+75=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 196 (76.95% from 255 or 68.29% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 196 - color contains mainly: green. Hex color #10C44B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C44B is #EF3BB4. Grayscale: #808080. Windows color (decimal): -15678389 or 4965392. OLE color: 4965392.
HSL color Cylindrical-coordinate representation of color #10C44B: hue angle of 139.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C44B is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 75 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.23 |
| HSL | 139.67º | 0.85% | 0.42% | - |
| HSV(B) | 139.67º | 0.92% | 0.77% | - |
| XYZ | 21.22 | 40.1 | 13.28 | - |
| YUV | 128.39 | 97.87 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 75 | 0.92 | 0 | 0.62 | 0.23 | 139.67 | 0.85 | 0.42 |
| Hex | 10 | C4 | 4B | 5C | 0 | 3E | 17 | 8C | 55 | 2A |
| Octal | 20 | 304 | 113 | 134 | 0 | 76 | 27 | 214 | 125 | 52 |
| Binary | 10000 | 11000100 | 1001011 | 1011100 | 0 | 111110 | 10111 | 10001100 | 1010101 | 101010 |
Color Harmonies of #10C44B
Complementary color
Monochromatic Colors of #10C44B
Black with #10C44B
Text Example
Text Example
White with #10C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C44B; }
p { color: rgb(16,196,75); }
H1.HeaderClassName
{
color: #10C44B;
}
.AnyTagClassName
{
color: #10C44B;
}
</style>
background-color css
<style>
a { background-color: #10C44B; }
a { background-color: rgb(16,196,75); }
div.DivClassName
{
background-color: #10C44B;
}
.BgClassName
{
background-color: #10C44B;
}
</style>
border-color css
<style>
span { border-color: #10C44B; }
span { border-color: rgb(16,196,75); }
td.TdClassName
{
border-color: #10C44B;
}
.TagClassName
{
border-color: #10C44B;
}
</style>