Shades of Dark Pastel Green #10AD33
Tints of Dark Pastel Green #10AD33
RGB
CMYK
RGB Variations
Color information
#10AD33 (or 0x10AD33) is known color: Dark Pastel Green. HEX triplet: 10, AD and 33. RGB value is (16,173,51). Sum of RGB (Red+Green+Blue) = 16+173+51=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 173 (67.97% from 255 or 72.08% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD33 is #EF52CC. Grayscale: #707070. Windows color (decimal): -15684301 or 3386640. OLE color: 3386640.
HSL color Cylindrical-coordinate representation of color #10AD33: hue angle of 133.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD33 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 51 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.32 |
| HSL | 133.38º | 0.83% | 0.37% | - |
| HSV(B) | 133.38º | 0.91% | 0.68% | - |
| XYZ | 15.75 | 30.24 | 8.14 | - |
| YUV | 112.15 | 93.49 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 51 | 0.91 | 0 | 0.71 | 0.32 | 133.38 | 0.83 | 0.37 |
| Hex | 10 | AD | 33 | 5B | 0 | 47 | 20 | 85 | 53 | 25 |
| Octal | 20 | 255 | 63 | 133 | 0 | 107 | 40 | 205 | 123 | 45 |
| Binary | 10000 | 10101101 | 110011 | 1011011 | 0 | 1000111 | 100000 | 10000101 | 1010011 | 100101 |
Color Harmonies of #10AD33
Complementary color
Monochromatic Colors of #10AD33
Black with #10AD33
Text Example
Text Example
White with #10AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD33; }
p { color: rgb(16,173,51); }
H1.HeaderClassName
{
color: #10AD33;
}
.AnyTagClassName
{
color: #10AD33;
}
</style>
background-color css
<style>
a { background-color: #10AD33; }
a { background-color: rgb(16,173,51); }
div.DivClassName
{
background-color: #10AD33;
}
.BgClassName
{
background-color: #10AD33;
}
</style>
border-color css
<style>
span { border-color: #10AD33; }
span { border-color: rgb(16,173,51); }
td.TdClassName
{
border-color: #10AD33;
}
.TagClassName
{
border-color: #10AD33;
}
</style>