Shades of Dark Pastel Green #10AB38
Tints of Dark Pastel Green #10AB38
RGB
CMYK
RGB Variations
Color information
#10AB38 (or 0x10AB38) is known color: Dark Pastel Green. HEX triplet: 10, AB and 38. RGB value is (16,171,56). Sum of RGB (Red+Green+Blue) = 16+171+56=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 171 (67.19% from 255 or 70.37% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB38 is #EF54C7. Grayscale: #6F6F6F. Windows color (decimal): -15684808 or 3713808. OLE color: 3713808.
HSL color Cylindrical-coordinate representation of color #10AB38: hue angle of 135.48º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB38 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 56 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.33 |
| HSL | 135.48º | 0.83% | 0.37% | - |
| HSV(B) | 135.48º | 0.91% | 0.67% | - |
| XYZ | 15.49 | 29.52 | 8.62 | - |
| YUV | 111.55 | 96.65 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 56 | 0.91 | 0 | 0.67 | 0.33 | 135.48 | 0.83 | 0.37 |
| Hex | 10 | AB | 38 | 5B | 0 | 43 | 21 | 87 | 53 | 25 |
| Octal | 20 | 253 | 70 | 133 | 0 | 103 | 41 | 207 | 123 | 45 |
| Binary | 10000 | 10101011 | 111000 | 1011011 | 0 | 1000011 | 100001 | 10000111 | 1010011 | 100101 |
Color Harmonies of #10AB38
Complementary color
Monochromatic Colors of #10AB38
Black with #10AB38
Text Example
Text Example
White with #10AB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB38; }
p { color: rgb(16,171,56); }
H1.HeaderClassName
{
color: #10AB38;
}
.AnyTagClassName
{
color: #10AB38;
}
</style>
background-color css
<style>
a { background-color: #10AB38; }
a { background-color: rgb(16,171,56); }
div.DivClassName
{
background-color: #10AB38;
}
.BgClassName
{
background-color: #10AB38;
}
</style>
border-color css
<style>
span { border-color: #10AB38; }
span { border-color: rgb(16,171,56); }
td.TdClassName
{
border-color: #10AB38;
}
.TagClassName
{
border-color: #10AB38;
}
</style>