Shades of Dark Pastel Green #10AF33
Tints of Dark Pastel Green #10AF33
RGB
CMYK
RGB Variations
Color information
#10AF33 (or 0x10AF33) is known color: Dark Pastel Green. HEX triplet: 10, AF and 33. RGB value is (16,175,51). Sum of RGB (Red+Green+Blue) = 16+175+51=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 175 (68.75% from 255 or 72.31% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF33 is #EF50CC. Grayscale: #717171. Windows color (decimal): -15683789 or 3387152. OLE color: 3387152.
HSL color Cylindrical-coordinate representation of color #10AF33: hue angle of 133.21º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AF33 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 51 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.31 |
| HSL | 133.21º | 0.83% | 0.37% | - |
| HSV(B) | 133.21º | 0.91% | 0.69% | - |
| XYZ | 16.14 | 31.01 | 8.27 | - |
| YUV | 113.32 | 92.82 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 51 | 0.91 | 0 | 0.71 | 0.31 | 133.21 | 0.83 | 0.37 |
| Hex | 10 | AF | 33 | 5B | 0 | 47 | 1F | 85 | 53 | 25 |
| Octal | 20 | 257 | 63 | 133 | 0 | 107 | 37 | 205 | 123 | 45 |
| Binary | 10000 | 10101111 | 110011 | 1011011 | 0 | 1000111 | 11111 | 10000101 | 1010011 | 100101 |
Color Harmonies of #10AF33
Complementary color
Monochromatic Colors of #10AF33
Black with #10AF33
Text Example
Text Example
White with #10AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF33; }
p { color: rgb(16,175,51); }
H1.HeaderClassName
{
color: #10AF33;
}
.AnyTagClassName
{
color: #10AF33;
}
</style>
background-color css
<style>
a { background-color: #10AF33; }
a { background-color: rgb(16,175,51); }
div.DivClassName
{
background-color: #10AF33;
}
.BgClassName
{
background-color: #10AF33;
}
</style>
border-color css
<style>
span { border-color: #10AF33; }
span { border-color: rgb(16,175,51); }
td.TdClassName
{
border-color: #10AF33;
}
.TagClassName
{
border-color: #10AF33;
}
</style>