#1ABC0B

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

Shades of Islamic Green #1ABC0B

Tints of Islamic Green #1ABC0B

Color information

#1ABC0B (or 0x1ABC0B) is unknown color: approx Islamic Green. HEX triplet: 1A, BC and 0B. RGB value is (26,188,11). Sum of RGB (Red+Green+Blue) = 26+188+11=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 188 (73.83% from 255 or 83.56% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABC0B is #E543F4. Grayscale: #777777. Windows color (decimal): -15025141 or 769050. OLE color: 769050.

HSL color Cylindrical-coordinate representation of color #1ABC0B: hue angle of 114.92º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1ABC0B is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB2618811-
CMYK0.8600.940.26
HSL114.92º88.94%39.02%-
HSV(B)114.92º94.15%73.73%-
XYZ18.4736.216.33-
YUV119.3866.8361.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 188 (73.83% from 255) = 83.56%
BLUE value IS 11 (4.69% from 255) = 4.89%
R=11.56%
G=83.56%
B=4.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal26188110.8600.940.26114.9288.9439.02
Hex1ABCB5605E1A735927
Octal322741312601363216313147
Binary110101011110010111010110010111101101011100111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,188,11); }

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

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

 a { background-color: rgb(26,188,11); }

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

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

 span { border-color: rgb(26,188,11); }

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