Shades of Dark Pastel Green #10B224
Tints of Dark Pastel Green #10B224
RGB
CMYK
RGB Variations
Color information
#10B224 (or 0x10B224) is known color: Dark Pastel Green. HEX triplet: 10, B2 and 24. RGB value is (16,178,36). Sum of RGB (Red+Green+Blue) = 16+178+36=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 178 (69.92% from 255 or 77.39% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 178 - color contains mainly: green. Hex color #10B224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B224 is #EF4DDB. Grayscale: #717171. Windows color (decimal): -15683036 or 2404880. OLE color: 2404880.
HSL color Cylindrical-coordinate representation of color #10B224: hue angle of 127.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B224 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 178 | 36 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.30 |
| HSL | 127.41º | 0.84% | 0.38% | - |
| HSV(B) | 127.41º | 0.91% | 0.7% | - |
| XYZ | 16.45 | 32.08 | 6.99 | - |
| YUV | 113.37 | 84.33 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 178 | 36 | 0.91 | 0 | 0.80 | 0.30 | 127.41 | 0.84 | 0.38 |
| Hex | 10 | B2 | 24 | 5B | 0 | 50 | 1E | 7F | 54 | 26 |
| Octal | 20 | 262 | 44 | 133 | 0 | 120 | 36 | 177 | 124 | 46 |
| Binary | 10000 | 10110010 | 100100 | 1011011 | 0 | 1010000 | 11110 | 1111111 | 1010100 | 100110 |
Color Harmonies of #10B224
Complementary color
Monochromatic Colors of #10B224
Black with #10B224
Text Example
Text Example
White with #10B224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B224; }
p { color: rgb(16,178,36); }
H1.HeaderClassName
{
color: #10B224;
}
.AnyTagClassName
{
color: #10B224;
}
</style>
background-color css
<style>
a { background-color: #10B224; }
a { background-color: rgb(16,178,36); }
div.DivClassName
{
background-color: #10B224;
}
.BgClassName
{
background-color: #10B224;
}
</style>
border-color css
<style>
span { border-color: #10B224; }
span { border-color: rgb(16,178,36); }
td.TdClassName
{
border-color: #10B224;
}
.TagClassName
{
border-color: #10B224;
}
</style>