Shades of Islamic Green #10BE03
Tints of Islamic Green #10BE03
RGB
CMYK
RGB Variations
Color information
#10BE03 (or 0x10BE03) is known color: Islamic Green. HEX triplet: 10, BE and 03. RGB value is (16,190,3). Sum of RGB (Red+Green+Blue) = 16+190+3=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 190 (74.61% from 255 or 90.91% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BE03 is #EF41FC. Grayscale: #757575. Windows color (decimal): -15679997 or 245264. OLE color: 245264.
HSL color Cylindrical-coordinate representation of color #10BE03: hue angle of 115.83º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10BE03 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 190 | 3 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.25 |
| HSL | 115.83º | 0.97% | 0.38% | - |
| HSV(B) | 115.83º | 0.98% | 0.75% | - |
| XYZ | 18.64 | 36.94 | 6.23 | - |
| YUV | 116.66 | 63.85 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 3 | 0.92 | 0 | 0.98 | 0.25 | 115.83 | 0.97 | 0.38 |
| Hex | 10 | BE | 3 | 5C | 0 | 62 | 19 | 74 | 61 | 26 |
| Octal | 20 | 276 | 3 | 134 | 0 | 142 | 31 | 164 | 141 | 46 |
| Binary | 10000 | 10111110 | 11 | 1011100 | 0 | 1100010 | 11001 | 1110100 | 1100001 | 100110 |
Color Harmonies of #10BE03
Complementary color
Monochromatic Colors of #10BE03
Black with #10BE03
Text Example
Text Example
White with #10BE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BE03; }
p { color: rgb(16,190,3); }
H1.HeaderClassName
{
color: #10BE03;
}
.AnyTagClassName
{
color: #10BE03;
}
</style>
background-color css
<style>
a { background-color: #10BE03; }
a { background-color: rgb(16,190,3); }
div.DivClassName
{
background-color: #10BE03;
}
.BgClassName
{
background-color: #10BE03;
}
</style>
border-color css
<style>
span { border-color: #10BE03; }
span { border-color: rgb(16,190,3); }
td.TdClassName
{
border-color: #10BE03;
}
.TagClassName
{
border-color: #10BE03;
}
</style>