Shades of Islamic Green #1CAF01
Tints of Islamic Green #1CAF01
RGB
CMYK
RGB Variations
Color information
#1CAF01 (or 0x1CAF01) is known color: Islamic Green. HEX triplet: 1C, AF and 01. RGB value is (28,175,1). Sum of RGB (Red+Green+Blue) = 28+175+1=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 175 (68.75% from 255 or 85.78% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAF01 is #E350FE. Grayscale: #6F6F6F. Windows color (decimal): -14897407 or 110364. OLE color: 110364.
HSL color Cylindrical-coordinate representation of color #1CAF01: hue angle of 110.69º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1CAF01 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.31 |
| HSL | 110.69º | 0.99% | 0.35% | - |
| HSV(B) | 110.69º | 0.99% | 0.69% | - |
| XYZ | 15.81 | 30.91 | 5.16 | - |
| YUV | 111.21 | 65.8 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 1 | 0.84 | 0 | 0.99 | 0.31 | 110.69 | 0.99 | 0.35 |
| Hex | 1C | AF | 1 | 54 | 0 | 63 | 1F | 6F | 63 | 23 |
| Octal | 34 | 257 | 1 | 124 | 0 | 143 | 37 | 157 | 143 | 43 |
| Binary | 11100 | 10101111 | 1 | 1010100 | 0 | 1100011 | 11111 | 1101111 | 1100011 | 100011 |
Color Harmonies of #1CAF01
Complementary color
Monochromatic Colors of #1CAF01
Black with #1CAF01
Text Example
Text Example
White with #1CAF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF01; }
p { color: rgb(28,175,1); }
H1.HeaderClassName
{
color: #1CAF01;
}
.AnyTagClassName
{
color: #1CAF01;
}
</style>
background-color css
<style>
a { background-color: #1CAF01; }
a { background-color: rgb(28,175,1); }
div.DivClassName
{
background-color: #1CAF01;
}
.BgClassName
{
background-color: #1CAF01;
}
</style>
border-color css
<style>
span { border-color: #1CAF01; }
span { border-color: rgb(28,175,1); }
td.TdClassName
{
border-color: #1CAF01;
}
.TagClassName
{
border-color: #1CAF01;
}
</style>