#149E0B

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

Shades of Islamic Green #149E0B

Tints of Islamic Green #149E0B

Color information

#149E0B (or 0x149E0B) is unknown color: approx Islamic Green. HEX triplet: 14, 9E and 0B. RGB value is (20,158,11). Sum of RGB (Red+Green+Blue) = 20+158+11=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 158 (62.11% from 255 or 83.60% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 158 - color contains mainly: green. Hex color #149E0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149E0B is #EB61F4. Grayscale: #646464. Windows color (decimal): -15426037 or 761364. OLE color: 761364.

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

Color convert

RGB2015811-
CMYK0.8700.930.38
HSL116.33º86.98%33.14%-
HSV(B)116.33º93.04%61.96%-
XYZ12.5824.634.41-
YUV99.9877.7870.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 158 (62.11% from 255) = 83.60%
BLUE value IS 11 (4.69% from 255) = 5.82%
R=10.58%
G=83.60%
B=5.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20158110.8700.930.38116.3386.9833.14
Hex149EB5705D26745721
Octal242361312701354616412741
Binary1010010011110101110101110101110110011011101001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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