Shades of Dark Pastel Green #10B83B
Tints of Dark Pastel Green #10B83B
RGB
CMYK
RGB Variations
Color information
#10B83B (or 0x10B83B) is known color: Dark Pastel Green. HEX triplet: 10, B8 and 3B. RGB value is (16,184,59). Sum of RGB (Red+Green+Blue) = 16+184+59=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 184 (72.27% from 255 or 71.04% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 184 - color contains mainly: green. Hex color #10B83B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B83B is #EF47C4. Grayscale: #777777. Windows color (decimal): -15681477 or 3913744. OLE color: 3913744.
HSL color Cylindrical-coordinate representation of color #10B83B: hue angle of 135.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B83B is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 59 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.28 |
| HSL | 135.36º | 0.84% | 0.39% | - |
| HSV(B) | 135.36º | 0.91% | 0.72% | - |
| XYZ | 18.14 | 34.71 | 9.88 | - |
| YUV | 119.52 | 93.84 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 59 | 0.91 | 0 | 0.68 | 0.28 | 135.36 | 0.84 | 0.39 |
| Hex | 10 | B8 | 3B | 5B | 0 | 44 | 1C | 87 | 54 | 27 |
| Octal | 20 | 270 | 73 | 133 | 0 | 104 | 34 | 207 | 124 | 47 |
| Binary | 10000 | 10111000 | 111011 | 1011011 | 0 | 1000100 | 11100 | 10000111 | 1010100 | 100111 |
Color Harmonies of #10B83B
Complementary color
Monochromatic Colors of #10B83B
Black with #10B83B
Text Example
Text Example
White with #10B83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B83B; }
p { color: rgb(16,184,59); }
H1.HeaderClassName
{
color: #10B83B;
}
.AnyTagClassName
{
color: #10B83B;
}
</style>
background-color css
<style>
a { background-color: #10B83B; }
a { background-color: rgb(16,184,59); }
div.DivClassName
{
background-color: #10B83B;
}
.BgClassName
{
background-color: #10B83B;
}
</style>
border-color css
<style>
span { border-color: #10B83B; }
span { border-color: rgb(16,184,59); }
td.TdClassName
{
border-color: #10B83B;
}
.TagClassName
{
border-color: #10B83B;
}
</style>