#149801

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

Shades of Islamic Green #149801

Tints of Islamic Green #149801

Color information

#149801 (or 0x149801) is unknown color: approx Islamic Green. HEX triplet: 14, 98 and 01. RGB value is (20,152,1). Sum of RGB (Red+Green+Blue) = 20+152+1=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 152 (59.77% from 255 or 87.86% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 152 - color contains mainly: green. Hex color #149801 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149801 is #EB67FE. Grayscale: #5F5F5F. Windows color (decimal): -15427583 or 104468. OLE color: 104468.

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

Color convert

RGB201521-
CMYK0.8700.990.40
HSL112.45º98.69%30%-
HSV(B)112.45º99.34%59.61%-
XYZ11.5222.613.79-
YUV95.3274.7774.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 152 (59.77% from 255) = 87.86%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=11.56%
G=87.86%
B=0.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2015210.8700.990.40112.4598.6930
Hex14981570632870631e
Octal24230112701435016014336
Binary101001001100011010111011000111010001110000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149801; }

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

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

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

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

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

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

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

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