Html Css Color HEX #139B05 Islamic Green

📋 copy color: '#139B05'

red 19 ◦ green 155 ◦ blue 5

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

Shades of Islamic Green #139B05

Tints of Islamic Green #139B05

RGB

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

 GREEN value IS 155 (60.94% from 255) = 86.59%

 BLUE value IS 5 (2.34% from 255) = 2.79%

R = 10.61%
G = 86.59%
B = 2.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#139B05 (or 0x139B05) is known color: Islamic Green. HEX triplet: 13, 9B and 05. RGB value is (19,155,5). Sum of RGB (Red+Green+Blue) = 19+155+5=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 155 (60.94% from 255 or 86.59% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 155 - color contains mainly: green. Hex color #139B05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139B05 is #EC64FA. Grayscale: #616161. Windows color (decimal): -15492347 or 367379. OLE color: 367379.

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

Color convert

RGB 19 155 5 -
CMYK 0.88 0 0.97 0.39
HSL 114.4º 0.94% 0.31% -
HSV(B) 114.4º 0.97% 0.61% -
XYZ 12.02 23.59 4.06 -
YUV 97.24 75.94 72.2 -
System Red Green Blue C M Y K H S L
Decimal 19 155 5 0.88 0 0.97 0.39 114.4 0.94 0.31
Hex 13 9B 5 58 0 61 27 72 5E 1F
Octal 23 233 5 130 0 141 47 162 136 37
Binary 10011 10011011 101 1011000 0 1100001 100111 1110010 1011110 11111

Color Harmonies of #139B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139B05

Black with #139B05

Text Example


Text Example

White with #139B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,155,5); }

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

background-color css

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

 a { background-color: rgb(19,155,5); }

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

border-color css

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

 span { border-color: rgb(19,155,5); }

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