#149B07

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

Shades of Islamic Green #149B07

Tints of Islamic Green #149B07

Color information

#149B07 (or 0x149B07) is unknown color: approx Islamic Green. HEX triplet: 14, 9B and 07. RGB value is (20,155,7). Sum of RGB (Red+Green+Blue) = 20+155+7=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 155 (60.94% from 255 or 85.16% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 155 - color contains mainly: green. Hex color #149B07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149B07 is #EB64F8. Grayscale: #626262. Windows color (decimal): -15426809 or 498452. OLE color: 498452.

HSL color Cylindrical-coordinate representation of color #149B07: hue angle of 114.73º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #149B07 is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB201557-
CMYK0.8700.950.39
HSL114.73º91.36%31.76%-
HSV(B)114.73º95.48%60.78%-
XYZ12.0523.614.12-
YUV97.7676.7772.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 155 (60.94% from 255) = 85.16%
BLUE value IS 7 (3.12% from 255) = 3.85%
R=10.99%
G=85.16%
B=3.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2015570.8700.950.39114.7391.3631.76
Hex149B75705F27735b20
Octal24233712701374716313340
Binary101001001101111110101110101111110011111100111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,155,7); }

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

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

 a { background-color: rgb(20,155,7); }

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

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

 span { border-color: rgb(20,155,7); }

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