#149800

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

Shades of Islamic Green #149800

Tints of Islamic Green #149800

Color information

#149800 (or 0x149800) is unknown color: approx Islamic Green. HEX triplet: 14, 98 and 00. RGB value is (20,152,0). Sum of RGB (Red+Green+Blue) = 20+152+0=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 152 (59.77% from 255 or 88.37% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 152 - color contains mainly: green. Hex color #149800 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149800 is #EB67FF. Grayscale: #5F5F5F. Windows color (decimal): -15427584 or 38932. OLE color: 38932.

HSL color Cylindrical-coordinate representation of color #149800: hue angle of 112.11º 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 #149800 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB201520-
CMYK0.87010.40
HSL112.11º100%29.8%-
HSV(B)112.11º100%59.61%-
XYZ11.5222.613.76-
YUV95.274.2774.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 152 (59.77% from 255) = 88.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.63%
G=88.37%
B=0%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2015200.87010.40112.1110029.8
Hex14980570642870641e
Octal24230012701445016014436
Binary101001001100001010111011001001010001110000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149800; }

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

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

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

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

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

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

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

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