Html Css Color HEX #139D12 Islamic Green

📋 copy color: '#139D12'

red 19 ◦ green 157 ◦ blue 18

#139D12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #139D12

Tints of Islamic Green #139D12

RGB

 RED value IS 19 (7.81% from 255) = 9.79%

 GREEN value IS 157 (61.72% from 255) = 80.93%

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 9.79%
G = 80.93%
B = 9.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#139D12 (or 0x139D12) is known color: Islamic Green. HEX triplet: 13, 9D and 12. RGB value is (19,157,18). Sum of RGB (Red+Green+Blue) = 19+157+18=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 157 (61.72% from 255 or 80.93% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 157 - color contains mainly: green. Hex color #139D12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139D12 is #EC62ED. Grayscale: #646464. Windows color (decimal): -15491822 or 1219859. OLE color: 1219859.

HSL color Cylindrical-coordinate representation of color #139D12: hue angle of 119.57º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139D12 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 157 18 -
CMYK 0.88 0 0.89 0.38
HSL 119.57º 0.79% 0.34% -
HSV(B) 119.57º 0.89% 0.62% -
XYZ 12.43 24.3 4.61 -
YUV 99.89 81.78 70.3 -
System Red Green Blue C M Y K H S L
Decimal 19 157 18 0.88 0 0.89 0.38 119.57 0.79 0.34
Hex 13 9D 12 58 0 59 26 78 4F 22
Octal 23 235 22 130 0 131 46 170 117 42
Binary 10011 10011101 10010 1011000 0 1011001 100110 1111000 1001111 100010

Color Harmonies of #139D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139D12

Black with #139D12

Text Example


Text Example

White with #139D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,157,18); }

 H1.HeaderClassName
 {
   color: #139D12;
 }
 .AnyTagClassName
 {
   color: #139D12;
 }
</style>

background-color css

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

 a { background-color: rgb(19,157,18); }

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

border-color css

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

 span { border-color: rgb(19,157,18); }

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