Shades of Dark Pastel Green #10AF34
Tints of Dark Pastel Green #10AF34
RGB
CMYK
RGB Variations
Color information
#10AF34 (or 0x10AF34) is known color: Dark Pastel Green. HEX triplet: 10, AF and 34. RGB value is (16,175,52). Sum of RGB (Red+Green+Blue) = 16+175+52=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF34 is #EF50CB. Grayscale: #717171. Windows color (decimal): -15683788 or 3452688. OLE color: 3452688.
HSL color Cylindrical-coordinate representation of color #10AF34: hue angle of 133.58º 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 #10AF34 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 52 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.31 |
| HSL | 133.58º | 0.83% | 0.37% | - |
| HSV(B) | 133.58º | 0.91% | 0.69% | - |
| XYZ | 16.16 | 31.02 | 8.38 | - |
| YUV | 113.44 | 93.32 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 52 | 0.91 | 0 | 0.70 | 0.31 | 133.58 | 0.83 | 0.37 |
| Hex | 10 | AF | 34 | 5B | 0 | 46 | 1F | 86 | 53 | 25 |
| Octal | 20 | 257 | 64 | 133 | 0 | 106 | 37 | 206 | 123 | 45 |
| Binary | 10000 | 10101111 | 110100 | 1011011 | 0 | 1000110 | 11111 | 10000110 | 1010011 | 100101 |
Color Harmonies of #10AF34
Complementary color
Monochromatic Colors of #10AF34
Black with #10AF34
Text Example
Text Example
White with #10AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF34; }
p { color: rgb(16,175,52); }
H1.HeaderClassName
{
color: #10AF34;
}
.AnyTagClassName
{
color: #10AF34;
}
</style>
background-color css
<style>
a { background-color: #10AF34; }
a { background-color: rgb(16,175,52); }
div.DivClassName
{
background-color: #10AF34;
}
.BgClassName
{
background-color: #10AF34;
}
</style>
border-color css
<style>
span { border-color: #10AF34; }
span { border-color: rgb(16,175,52); }
td.TdClassName
{
border-color: #10AF34;
}
.TagClassName
{
border-color: #10AF34;
}
</style>