#149700

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

Shades of Islamic Green #149700

Tints of Islamic Green #149700

Color information

#149700 (or 0x149700) is unknown color: approx Islamic Green. HEX triplet: 14, 97 and 00. RGB value is (20,151,0). Sum of RGB (Red+Green+Blue) = 20+151+0=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 151 (59.38% from 255 or 88.30% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 151 - color contains mainly: green. Hex color #149700 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149700 is #EB68FF. Grayscale: #5F5F5F. Windows color (decimal): -15427840 or 38676. OLE color: 38676.

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

Color convert

RGB201510-
CMYK0.87010.41
HSL112.05º100%29.61%-
HSV(B)112.05º100%59.22%-
XYZ11.3622.283.7-
YUV94.6274.674.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 151 (59.38% from 255) = 88.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.70%
G=88.30%
B=0%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2015100.87010.41112.0510029.61
Hex14970570642970641e
Octal24227012701445116014436
Binary101001001011101010111011001001010011110000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149700; }

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

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

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

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

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

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

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

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