Shades of Dark Pastel Green #10BF3E
Tints of Dark Pastel Green #10BF3E
RGB
CMYK
RGB Variations
Color information
#10BF3E (or 0x10BF3E) is known color: Dark Pastel Green. HEX triplet: 10, BF and 3E. RGB value is (16,191,62). Sum of RGB (Red+Green+Blue) = 16+191+62=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 191 (75% from 255 or 71.00% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BF3E is #EF40C1. Grayscale: #7C7C7C. Windows color (decimal): -15679682 or 4112144. OLE color: 4112144.
HSL color Cylindrical-coordinate representation of color #10BF3E: hue angle of 135.77º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BF3E is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 62 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.25 |
| HSL | 135.77º | 0.85% | 0.41% | - |
| HSV(B) | 135.77º | 0.92% | 0.75% | - |
| XYZ | 19.71 | 37.72 | 10.8 | - |
| YUV | 123.97 | 93.02 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 62 | 0.92 | 0 | 0.68 | 0.25 | 135.77 | 0.85 | 0.41 |
| Hex | 10 | BF | 3E | 5C | 0 | 44 | 19 | 88 | 55 | 29 |
| Octal | 20 | 277 | 76 | 134 | 0 | 104 | 31 | 210 | 125 | 51 |
| Binary | 10000 | 10111111 | 111110 | 1011100 | 0 | 1000100 | 11001 | 10001000 | 1010101 | 101001 |
Color Harmonies of #10BF3E
Complementary color
Monochromatic Colors of #10BF3E
Black with #10BF3E
Text Example
Text Example
White with #10BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF3E; }
p { color: rgb(16,191,62); }
H1.HeaderClassName
{
color: #10BF3E;
}
.AnyTagClassName
{
color: #10BF3E;
}
</style>
background-color css
<style>
a { background-color: #10BF3E; }
a { background-color: rgb(16,191,62); }
div.DivClassName
{
background-color: #10BF3E;
}
.BgClassName
{
background-color: #10BF3E;
}
</style>
border-color css
<style>
span { border-color: #10BF3E; }
span { border-color: rgb(16,191,62); }
td.TdClassName
{
border-color: #10BF3E;
}
.TagClassName
{
border-color: #10BF3E;
}
</style>