Shades of Islamic Green #229A00
Tints of Islamic Green #229A00
RGB
CMYK
RGB Variations
Color information
#229A00 (or 0x229A00) is known color: Islamic Green. HEX triplet: 22, 9A and 00. RGB value is (34,154,0). Sum of RGB (Red+Green+Blue) = 34+154+0=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 154 (60.55% from 255 or 81.91% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 154 - color contains mainly: green. Hex color #229A00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #229A00 is #DD65FF. Grayscale: #656565. Windows color (decimal): -14509568 or 39458. OLE color: 39458.
HSL color Cylindrical-coordinate representation of color #229A00: hue angle of 106.75º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #229A00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 154 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.40 |
| HSL | 106.75º | 1% | 0.3% | - |
| HSV(B) | 106.75º | 1% | 0.6% | - |
| XYZ | 12.22 | 23.45 | 3.88 | - |
| YUV | 100.56 | 71.24 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 0 | 0.78 | 0 | 1 | 0.40 | 106.75 | 1 | 0.3 |
| Hex | 22 | 9A | 0 | 4E | 0 | 64 | 28 | 6B | 64 | 1E |
| Octal | 42 | 232 | 0 | 116 | 0 | 144 | 50 | 153 | 144 | 36 |
| Binary | 100010 | 10011010 | 0 | 1001110 | 0 | 1100100 | 101000 | 1101011 | 1100100 | 11110 |
Color Harmonies of #229A00
Complementary color
Monochromatic Colors of #229A00
Black with #229A00
Text Example
Text Example
White with #229A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229A00; }
p { color: rgb(34,154,0); }
H1.HeaderClassName
{
color: #229A00;
}
.AnyTagClassName
{
color: #229A00;
}
</style>
background-color css
<style>
a { background-color: #229A00; }
a { background-color: rgb(34,154,0); }
div.DivClassName
{
background-color: #229A00;
}
.BgClassName
{
background-color: #229A00;
}
</style>
border-color css
<style>
span { border-color: #229A00; }
span { border-color: rgb(34,154,0); }
td.TdClassName
{
border-color: #229A00;
}
.TagClassName
{
border-color: #229A00;
}
</style>