Shades of Dark Pastel Green #10BE1B
Tints of Dark Pastel Green #10BE1B
RGB
CMYK
RGB Variations
Color information
#10BE1B (or 0x10BE1B) is known color: Dark Pastel Green. HEX triplet: 10, BE and 1B. RGB value is (16,190,27). Sum of RGB (Red+Green+Blue) = 16+190+27=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 190 (74.61% from 255 or 81.55% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BE1B is #EF41E4. Grayscale: #777777. Windows color (decimal): -15679973 or 1818128. OLE color: 1818128.
HSL color Cylindrical-coordinate representation of color #10BE1B: hue angle of 123.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BE1B is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 190 | 27 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.25 |
| HSL | 123.79º | 0.84% | 0.4% | - |
| HSV(B) | 123.79º | 0.92% | 0.75% | - |
| XYZ | 18.82 | 37.02 | 7.19 | - |
| YUV | 119.39 | 75.85 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 27 | 0.92 | 0 | 0.86 | 0.25 | 123.79 | 0.84 | 0.4 |
| Hex | 10 | BE | 1B | 5C | 0 | 56 | 19 | 7C | 54 | 28 |
| Octal | 20 | 276 | 33 | 134 | 0 | 126 | 31 | 174 | 124 | 50 |
| Binary | 10000 | 10111110 | 11011 | 1011100 | 0 | 1010110 | 11001 | 1111100 | 1010100 | 101000 |
Color Harmonies of #10BE1B
Complementary color
Monochromatic Colors of #10BE1B
Black with #10BE1B
Text Example
Text Example
White with #10BE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BE1B; }
p { color: rgb(16,190,27); }
H1.HeaderClassName
{
color: #10BE1B;
}
.AnyTagClassName
{
color: #10BE1B;
}
</style>
background-color css
<style>
a { background-color: #10BE1B; }
a { background-color: rgb(16,190,27); }
div.DivClassName
{
background-color: #10BE1B;
}
.BgClassName
{
background-color: #10BE1B;
}
</style>
border-color css
<style>
span { border-color: #10BE1B; }
span { border-color: rgb(16,190,27); }
td.TdClassName
{
border-color: #10BE1B;
}
.TagClassName
{
border-color: #10BE1B;
}
</style>