Shades of Islamic Green #00C306
Tints of Islamic Green #00C306
RGB
CMYK
RGB Variations
Color information
#00C306 (or 0x00C306) is known color: Islamic Green. HEX triplet: 00, C3 and 06. RGB value is (0,195,6). Sum of RGB (Red+Green+Blue) = 0+195+6=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 195 (76.56% from 255 or 97.01% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 195 - color contains mainly: green. Hex color #00C306 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C306 is #FF3CF9. Grayscale: #737373. Windows color (decimal): -16727290 or 443136. OLE color: 443136.
HSL color Cylindrical-coordinate representation of color #00C306: hue angle of 121.85º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C306 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 6 | - |
| CMYK | 1 | 0 | 0.97 | 0.24 |
| HSL | 121.85º | 1% | 0.38% | - |
| HSV(B) | 121.85º | 1% | 0.76% | - |
| XYZ | 19.55 | 39.04 | 6.68 | - |
| YUV | 115.15 | 66.4 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 6 | 1 | 0 | 0.97 | 0.24 | 121.85 | 1 | 0.38 |
| Hex | 0 | C3 | 6 | 64 | 0 | 61 | 18 | 7A | 64 | 26 |
| Octal | 0 | 303 | 6 | 144 | 0 | 141 | 30 | 172 | 144 | 46 |
| Binary | 0 | 11000011 | 110 | 1100100 | 0 | 1100001 | 11000 | 1111010 | 1100100 | 100110 |
Color Harmonies of #00C306
Complementary color
Monochromatic Colors of #00C306
Black with #00C306
Text Example
Text Example
White with #00C306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C306; }
p { color: rgb(0,195,6); }
H1.HeaderClassName
{
color: #00C306;
}
.AnyTagClassName
{
color: #00C306;
}
</style>
background-color css
<style>
a { background-color: #00C306; }
a { background-color: rgb(0,195,6); }
div.DivClassName
{
background-color: #00C306;
}
.BgClassName
{
background-color: #00C306;
}
</style>
border-color css
<style>
span { border-color: #00C306; }
span { border-color: rgb(0,195,6); }
td.TdClassName
{
border-color: #00C306;
}
.TagClassName
{
border-color: #00C306;
}
</style>