Shades of Dark Pastel Green #10B83A
Tints of Dark Pastel Green #10B83A
RGB
CMYK
RGB Variations
Color information
#10B83A (or 0x10B83A) is known color: Dark Pastel Green. HEX triplet: 10, B8 and 3A. RGB value is (16,184,58). Sum of RGB (Red+Green+Blue) = 16+184+58=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 184 (72.27% from 255 or 71.32% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 184 - color contains mainly: green. Hex color #10B83A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B83A is #EF47C5. Grayscale: #777777. Windows color (decimal): -15681478 or 3848208. OLE color: 3848208.
HSL color Cylindrical-coordinate representation of color #10B83A: hue angle of 135º 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 #10B83A is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 58 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.28 |
| HSL | 135º | 0.84% | 0.39% | - |
| HSV(B) | 135º | 0.91% | 0.72% | - |
| XYZ | 18.12 | 34.7 | 9.75 | - |
| YUV | 119.4 | 93.34 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 58 | 0.91 | 0 | 0.68 | 0.28 | 135 | 0.84 | 0.39 |
| Hex | 10 | B8 | 3A | 5B | 0 | 44 | 1C | 87 | 54 | 27 |
| Octal | 20 | 270 | 72 | 133 | 0 | 104 | 34 | 207 | 124 | 47 |
| Binary | 10000 | 10111000 | 111010 | 1011011 | 0 | 1000100 | 11100 | 10000111 | 1010100 | 100111 |
Color Harmonies of #10B83A
Complementary color
Monochromatic Colors of #10B83A
Black with #10B83A
Text Example
Text Example
White with #10B83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B83A; }
p { color: rgb(16,184,58); }
H1.HeaderClassName
{
color: #10B83A;
}
.AnyTagClassName
{
color: #10B83A;
}
</style>
background-color css
<style>
a { background-color: #10B83A; }
a { background-color: rgb(16,184,58); }
div.DivClassName
{
background-color: #10B83A;
}
.BgClassName
{
background-color: #10B83A;
}
</style>
border-color css
<style>
span { border-color: #10B83A; }
span { border-color: rgb(16,184,58); }
td.TdClassName
{
border-color: #10B83A;
}
.TagClassName
{
border-color: #10B83A;
}
</style>