Shades of Islamic Green #14B302
Tints of Islamic Green #14B302
RGB
CMYK
RGB Variations
Color information
#14B302 (or 0x14B302) is known color: Islamic Green. HEX triplet: 14, B3 and 02. RGB value is (20,179,2). Sum of RGB (Red+Green+Blue) = 20+179+2=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 179 (70.31% from 255 or 89.05% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 179 - color contains mainly: green. Hex color #14B302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B302 is #EB4CFD. Grayscale: #6F6F6F. Windows color (decimal): -15420670 or 176916. OLE color: 176916.
HSL color Cylindrical-coordinate representation of color #14B302: hue angle of 113.9º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14B302 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 179 | 2 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.30 |
| HSL | 113.9º | 0.98% | 0.35% | - |
| HSV(B) | 113.9º | 0.99% | 0.7% | - |
| XYZ | 16.42 | 32.39 | 5.44 | - |
| YUV | 111.28 | 66.32 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 179 | 2 | 0.89 | 0 | 0.99 | 0.30 | 113.9 | 0.98 | 0.35 |
| Hex | 14 | B3 | 2 | 59 | 0 | 63 | 1E | 72 | 62 | 23 |
| Octal | 24 | 263 | 2 | 131 | 0 | 143 | 36 | 162 | 142 | 43 |
| Binary | 10100 | 10110011 | 10 | 1011001 | 0 | 1100011 | 11110 | 1110010 | 1100010 | 100011 |
Color Harmonies of #14B302
Complementary color
Monochromatic Colors of #14B302
Black with #14B302
Text Example
Text Example
White with #14B302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B302; }
p { color: rgb(20,179,2); }
H1.HeaderClassName
{
color: #14B302;
}
.AnyTagClassName
{
color: #14B302;
}
</style>
background-color css
<style>
a { background-color: #14B302; }
a { background-color: rgb(20,179,2); }
div.DivClassName
{
background-color: #14B302;
}
.BgClassName
{
background-color: #14B302;
}
</style>
border-color css
<style>
span { border-color: #14B302; }
span { border-color: rgb(20,179,2); }
td.TdClassName
{
border-color: #14B302;
}
.TagClassName
{
border-color: #14B302;
}
</style>