Shades of Islamic Green #00B402
Tints of Islamic Green #00B402
RGB
CMYK
RGB Variations
Color information
#00B402 (or 0x00B402) is known color: Islamic Green. HEX triplet: 00, B4 and 02. RGB value is (0,180,2). Sum of RGB (Red+Green+Blue) = 0+180+2=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 180 (70.70% from 255 or 98.90% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 180 - color contains mainly: green. Hex color #00B402 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00B402 is #FF4BFD. Grayscale: #6A6A6A. Windows color (decimal): -16731134 or 177152. OLE color: 177152.
HSL color Cylindrical-coordinate representation of color #00B402: hue angle of 120.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B402 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 180 | 2 | - |
| CMYK | 1 | 0 | 0.99 | 0.29 |
| HSL | 120.67º | 1% | 0.35% | - |
| HSV(B) | 120.67º | 1% | 0.71% | - |
| XYZ | 16.33 | 32.65 | 5.5 | - |
| YUV | 105.89 | 69.37 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 180 | 2 | 1 | 0 | 0.99 | 0.29 | 120.67 | 1 | 0.35 |
| Hex | 0 | B4 | 2 | 64 | 0 | 63 | 1D | 79 | 64 | 23 |
| Octal | 0 | 264 | 2 | 144 | 0 | 143 | 35 | 171 | 144 | 43 |
| Binary | 0 | 10110100 | 10 | 1100100 | 0 | 1100011 | 11101 | 1111001 | 1100100 | 100011 |
Color Harmonies of #00B402
Complementary color
Monochromatic Colors of #00B402
Black with #00B402
Text Example
Text Example
White with #00B402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B402; }
p { color: rgb(0,180,2); }
H1.HeaderClassName
{
color: #00B402;
}
.AnyTagClassName
{
color: #00B402;
}
</style>
background-color css
<style>
a { background-color: #00B402; }
a { background-color: rgb(0,180,2); }
div.DivClassName
{
background-color: #00B402;
}
.BgClassName
{
background-color: #00B402;
}
</style>
border-color css
<style>
span { border-color: #00B402; }
span { border-color: rgb(0,180,2); }
td.TdClassName
{
border-color: #00B402;
}
.TagClassName
{
border-color: #00B402;
}
</style>