#139C0E

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

Shades of Islamic Green #139C0E

Tints of Islamic Green #139C0E

Color information

#139C0E (or 0x139C0E) is unknown color: approx Islamic Green. HEX triplet: 13, 9C and 0E. RGB value is (19,156,14). Sum of RGB (Red+Green+Blue) = 19+156+14=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 156 (61.33% from 255 or 82.54% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 156 - color contains mainly: green. Hex color #139C0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139C0E is #EC63F1. Grayscale: #636363. Windows color (decimal): -15492082 or 957459. OLE color: 957459.

HSL color Cylindrical-coordinate representation of color #139C0E: hue angle of 117.89º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139C0E is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB1915614-
CMYK0.8800.910.39
HSL117.89º83.53%33.33%-
HSV(B)117.89º91.03%61.18%-
XYZ12.2423.954.39-
YUV98.8580.1171.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 156 (61.33% from 255) = 82.54%
BLUE value IS 14 (5.86% from 255) = 7.41%
R=10.05%
G=82.54%
B=7.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19156140.8800.910.39117.8983.5333.33
Hex139CE5805B27765421
Octal232341613001334716612441
Binary1001110011100111010110000101101110011111101101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139C0E; }

 p { color: rgb(19,156,14); }

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

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

 a { background-color: rgb(19,156,14); }

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

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

 span { border-color: rgb(19,156,14); }

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