Shades of Islamic Green #1CAF02
Tints of Islamic Green #1CAF02
RGB
CMYK
RGB Variations
Color information
#1CAF02 (or 0x1CAF02) is known color: Islamic Green. HEX triplet: 1C, AF and 02. RGB value is (28,175,2). Sum of RGB (Red+Green+Blue) = 28+175+2=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 175 (68.75% from 255 or 85.37% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAF02 is #E350FD. Grayscale: #6F6F6F. Windows color (decimal): -14897406 or 175900. OLE color: 175900.
HSL color Cylindrical-coordinate representation of color #1CAF02: hue angle of 110.98º degrees, saturation: 0.98, 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 #1CAF02 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 2 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.31 |
| HSL | 110.98º | 0.98% | 0.35% | - |
| HSV(B) | 110.98º | 0.99% | 0.69% | - |
| XYZ | 15.82 | 30.91 | 5.19 | - |
| YUV | 111.33 | 66.3 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 2 | 0.84 | 0 | 0.99 | 0.31 | 110.98 | 0.98 | 0.35 |
| Hex | 1C | AF | 2 | 54 | 0 | 63 | 1F | 6F | 62 | 23 |
| Octal | 34 | 257 | 2 | 124 | 0 | 143 | 37 | 157 | 142 | 43 |
| Binary | 11100 | 10101111 | 10 | 1010100 | 0 | 1100011 | 11111 | 1101111 | 1100010 | 100011 |
Color Harmonies of #1CAF02
Complementary color
Monochromatic Colors of #1CAF02
Black with #1CAF02
Text Example
Text Example
White with #1CAF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF02; }
p { color: rgb(28,175,2); }
H1.HeaderClassName
{
color: #1CAF02;
}
.AnyTagClassName
{
color: #1CAF02;
}
</style>
background-color css
<style>
a { background-color: #1CAF02; }
a { background-color: rgb(28,175,2); }
div.DivClassName
{
background-color: #1CAF02;
}
.BgClassName
{
background-color: #1CAF02;
}
</style>
border-color css
<style>
span { border-color: #1CAF02; }
span { border-color: rgb(28,175,2); }
td.TdClassName
{
border-color: #1CAF02;
}
.TagClassName
{
border-color: #1CAF02;
}
</style>