#149A0B

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

Shades of Islamic Green #149A0B

Tints of Islamic Green #149A0B

Color information

#149A0B (or 0x149A0B) is unknown color: approx Islamic Green. HEX triplet: 14, 9A and 0B. RGB value is (20,154,11). Sum of RGB (Red+Green+Blue) = 20+154+11=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 154 (60.55% from 255 or 83.24% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 154 - color contains mainly: green. Hex color #149A0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149A0B is #EB65F4. Grayscale: #626262. Windows color (decimal): -15427061 or 760340. OLE color: 760340.

HSL color Cylindrical-coordinate representation of color #149A0B: hue angle of 116.22º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #149A0B is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB2015411-
CMYK0.8700.930.40
HSL116.22º86.67%32.35%-
HSV(B)116.22º92.86%60.39%-
XYZ11.923.284.18-
YUV97.6379.1172.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 154 (60.55% from 255) = 83.24%
BLUE value IS 11 (4.69% from 255) = 5.95%
R=10.81%
G=83.24%
B=5.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20154110.8700.930.40116.2286.6732.35
Hex149AB5705D28745720
Octal242321312701355016412740
Binary1010010011010101110101110101110110100011101001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149A0B; }

 p { color: rgb(20,154,11); }

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

<style>
 a { background-color: #149A0B; }

 a { background-color: rgb(20,154,11); }

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

<style>
 span { border-color: #149A0B; }

 span { border-color: rgb(20,154,11); }

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