#1CAF11

Color #1CAF11 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #1CAF11

Tints of Islamic Green #1CAF11

Color information

#1CAF11 (or 0x1CAF11) is unknown color: approx Islamic Green. HEX triplet: 1C, AF and 11. RGB value is (28,175,17). Sum of RGB (Red+Green+Blue) = 28+175+17=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 175 (68.75% from 255 or 79.55% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAF11 is #E350EE. Grayscale: #717171. Windows color (decimal): -14897391 or 1158940. OLE color: 1158940.

HSL color Cylindrical-coordinate representation of color #1CAF11: hue angle of 115.82º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CAF11 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB2817517-
CMYK0.8400.900.31
HSL115.82º82.29%37.65%-
HSV(B)115.82º90.29%68.63%-
XYZ15.9130.955.67-
YUV113.0473.867.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 12.73%
GREEN value IS 175 (68.75% from 255) = 79.55%
BLUE value IS 17 (7.03% from 255) = 7.73%
R=12.73%
G=79.55%
B=7.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28175170.8400.900.31115.8282.2937.65
Hex1CAF115405A1F745226
Octal342572112401323716412246
Binary1110010101111100011010100010110101111111101001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CAF11; }

 p { color: rgb(28,175,17); }

 H1.HeaderClassName
 {
   color: #1CAF11;
 }
 .AnyTagClassName
 {
   color: #1CAF11;
 }
</style>
background-color css

<style>
 a { background-color: #1CAF11; }

 a { background-color: rgb(28,175,17); }

 div.DivClassName
 {
   background-color: #1CAF11;
 }
 .BgClassName
 {
   background-color: #1CAF11;
 }
</style>
border-color css

<style>
 span { border-color: #1CAF11; }

 span { border-color: rgb(28,175,17); }

 td.TdClassName
 {
   border-color: #1CAF11;
 }
 .TagClassName
 {
   border-color: #1CAF11;
 }
</style>