Html Css Color HEX #139A0D Islamic Green

📋 copy color: '#139A0D'

red 19 ◦ green 154 ◦ blue 13

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

Shades of Islamic Green #139A0D

Tints of Islamic Green #139A0D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 82.8%

 BLUE value IS 13 (5.47% from 255) = 6.99%

R = 10.22%
G = 82.8%
B = 6.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#139A0D (or 0x139A0D) is known color: Islamic Green. HEX triplet: 13, 9A and 0D. RGB value is (19,154,13). Sum of RGB (Red+Green+Blue) = 19+154+13=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 154 (60.55% from 255 or 82.80% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 154 - color contains mainly: green. Hex color #139A0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139A0D is #EC65F2. Grayscale: #616161. Windows color (decimal): -15492595 or 891411. OLE color: 891411.

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

Color convert

RGB 19 154 13 -
CMYK 0.88 0 0.92 0.40
HSL 117.45º 0.84% 0.33% -
HSV(B) 117.45º 0.92% 0.6% -
XYZ 11.9 23.28 4.25 -
YUV 97.56 80.27 71.96 -
System Red Green Blue C M Y K H S L
Decimal 19 154 13 0.88 0 0.92 0.40 117.45 0.84 0.33
Hex 13 9A D 58 0 5C 28 75 54 21
Octal 23 232 15 130 0 134 50 165 124 41
Binary 10011 10011010 1101 1011000 0 1011100 101000 1110101 1010100 100001

Color Harmonies of #139A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139A0D

Black with #139A0D

Text Example


Text Example

White with #139A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,154,13); }

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

background-color css

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

 a { background-color: rgb(19,154,13); }

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

border-color css

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

 span { border-color: rgb(19,154,13); }

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