#1AC007

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

Shades of Islamic Green #1AC007

Tints of Islamic Green #1AC007

Color information

#1AC007 (or 0x1AC007) is unknown color: approx Islamic Green. HEX triplet: 1A, C0 and 07. RGB value is (26,192,7). Sum of RGB (Red+Green+Blue) = 26+192+7=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 192 (75.39% from 255 or 85.33% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC007 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC007 is #E53FF8. Grayscale: #797979. Windows color (decimal): -15024121 or 507930. OLE color: 507930.

HSL color Cylindrical-coordinate representation of color #1AC007: hue angle of 113.84º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AC007 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB261927-
CMYK0.8600.960.25
HSL113.84º92.96%39.02%-
HSV(B)113.84º96.35%75.29%-
XYZ19.3137.936.51-
YUV121.2863.560.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 192 (75.39% from 255) = 85.33%
BLUE value IS 7 (3.12% from 255) = 3.11%
R=11.56%
G=85.33%
B=3.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2619270.8600.960.25113.8492.9639.02
Hex1AC075606019725d27
Octal32300712601403116213547
Binary11010110000001111010110011000001100111100101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,192,7); }

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

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

 a { background-color: rgb(26,192,7); }

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

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

 span { border-color: rgb(26,192,7); }

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