Shades of Islamic Green #01A023
Tints of Islamic Green #01A023
RGB
CMYK
RGB Variations
Color information
#01A023 (or 0x01A023) is known color: Islamic Green. HEX triplet: 01, A0 and 23. RGB value is (1,160,35). Sum of RGB (Red+Green+Blue) = 1+160+35=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 160 (62.89% from 255 or 81.63% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 160 - color contains mainly: green. Hex color #01A023 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A023 is #FE5FDC. Grayscale: #626262. Windows color (decimal): -16670685 or 2334721. OLE color: 2334721.
HSL color Cylindrical-coordinate representation of color #01A023: hue angle of 132.83º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A023 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 160 | 35 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.37 |
| HSL | 132.83º | 0.99% | 0.32% | - |
| HSV(B) | 132.83º | 0.99% | 0.63% | - |
| XYZ | 12.89 | 25.27 | 5.79 | - |
| YUV | 98.21 | 92.32 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 160 | 35 | 0.99 | 0 | 0.78 | 0.37 | 132.83 | 0.99 | 0.32 |
| Hex | 1 | A0 | 23 | 63 | 0 | 4E | 25 | 85 | 63 | 20 |
| Octal | 1 | 240 | 43 | 143 | 0 | 116 | 45 | 205 | 143 | 40 |
| Binary | 1 | 10100000 | 100011 | 1100011 | 0 | 1001110 | 100101 | 10000101 | 1100011 | 100000 |
Color Harmonies of #01A023
Complementary color
Monochromatic Colors of #01A023
Black with #01A023
Text Example
Text Example
White with #01A023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A023; }
p { color: rgb(1,160,35); }
H1.HeaderClassName
{
color: #01A023;
}
.AnyTagClassName
{
color: #01A023;
}
</style>
background-color css
<style>
a { background-color: #01A023; }
a { background-color: rgb(1,160,35); }
div.DivClassName
{
background-color: #01A023;
}
.BgClassName
{
background-color: #01A023;
}
</style>
border-color css
<style>
span { border-color: #01A023; }
span { border-color: rgb(1,160,35); }
td.TdClassName
{
border-color: #01A023;
}
.TagClassName
{
border-color: #01A023;
}
</style>