#149900

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

Shades of Islamic Green #149900

Tints of Islamic Green #149900

Color information

#149900 (or 0x149900) is unknown color: approx Islamic Green. HEX triplet: 14, 99 and 00. RGB value is (20,153,0). Sum of RGB (Red+Green+Blue) = 20+153+0=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 153 (60.16% from 255 or 88.44% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 153 - color contains mainly: green. Hex color #149900 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149900 is #EB66FF. Grayscale: #606060. Windows color (decimal): -15427328 or 39188. OLE color: 39188.

HSL color Cylindrical-coordinate representation of color #149900: hue angle of 112.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #149900 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB201530-
CMYK0.87010.4
HSL112.16º100%30%-
HSV(B)112.16º100%60%-
XYZ11.6822.933.81-
YUV95.7973.9473.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 153 (60.16% from 255) = 88.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.56%
G=88.44%
B=0%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2015300.87010.4112.1610030
Hex14990570642870641e
Octal24231012701445016014436
Binary101001001100101010111011001001010001110000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149900; }

 p { color: rgb(20,153,0); }

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

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

 a { background-color: rgb(20,153,0); }

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

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

 span { border-color: rgb(20,153,0); }

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