Shades of Islamic Green #00BE12
Tints of Islamic Green #00BE12
RGB
CMYK
RGB Variations
Color information
#00BE12 (or 0x00BE12) is known color: Islamic Green. HEX triplet: 00, BE and 12. RGB value is (0,190,18). Sum of RGB (Red+Green+Blue) = 0+190+18=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 190 (74.61% from 255 or 91.35% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BE12 is #FF41ED. Grayscale: #727272. Windows color (decimal): -16728558 or 1228288. OLE color: 1228288.
HSL color Cylindrical-coordinate representation of color #00BE12: hue angle of 125.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BE12 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 18 | - |
| CMYK | 1 | 0 | 0.91 | 0.25 |
| HSL | 125.68º | 1% | 0.37% | - |
| HSV(B) | 125.68º | 1% | 0.75% | - |
| XYZ | 18.52 | 36.87 | 6.71 | - |
| YUV | 113.58 | 74.05 | 46.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 18 | 1 | 0 | 0.91 | 0.25 | 125.68 | 1 | 0.37 |
| Hex | 0 | BE | 12 | 64 | 0 | 5B | 19 | 7E | 64 | 25 |
| Octal | 0 | 276 | 22 | 144 | 0 | 133 | 31 | 176 | 144 | 45 |
| Binary | 0 | 10111110 | 10010 | 1100100 | 0 | 1011011 | 11001 | 1111110 | 1100100 | 100101 |
Color Harmonies of #00BE12
Complementary color
Monochromatic Colors of #00BE12
Black with #00BE12
Text Example
Text Example
White with #00BE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BE12; }
p { color: rgb(0,190,18); }
H1.HeaderClassName
{
color: #00BE12;
}
.AnyTagClassName
{
color: #00BE12;
}
</style>
background-color css
<style>
a { background-color: #00BE12; }
a { background-color: rgb(0,190,18); }
div.DivClassName
{
background-color: #00BE12;
}
.BgClassName
{
background-color: #00BE12;
}
</style>
border-color css
<style>
span { border-color: #00BE12; }
span { border-color: rgb(0,190,18); }
td.TdClassName
{
border-color: #00BE12;
}
.TagClassName
{
border-color: #00BE12;
}
</style>