#149C06

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

Shades of Islamic Green #149C06

Tints of Islamic Green #149C06

Color information

#149C06 (or 0x149C06) is unknown color: approx Islamic Green. HEX triplet: 14, 9C and 06. RGB value is (20,156,6). Sum of RGB (Red+Green+Blue) = 20+156+6=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 156 (61.33% from 255 or 85.71% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 156 - color contains mainly: green. Hex color #149C06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149C06 is #EB63F9. Grayscale: #626262. Windows color (decimal): -15426554 or 433172. OLE color: 433172.

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

Color convert

RGB201566-
CMYK0.8700.960.39
HSL114.4º92.59%31.76%-
HSV(B)114.4º96.15%61.18%-
XYZ12.2123.944.15-
YUV98.2475.9472.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 156 (61.33% from 255) = 85.71%
BLUE value IS 6 (2.73% from 255) = 3.30%
R=10.99%
G=85.71%
B=3.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2015660.8700.960.39114.492.5931.76
Hex149C65706027725d20
Octal24234612701404716213540
Binary101001001110011010101110110000010011111100101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,156,6); }

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

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

 a { background-color: rgb(20,156,6); }

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

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

 span { border-color: rgb(20,156,6); }

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