Html Css Color HEX #139C05 Islamic Green

📋 copy color: '#139C05'

red 19 ◦ green 156 ◦ blue 5

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

Shades of Islamic Green #139C05

Tints of Islamic Green #139C05

RGB

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

 GREEN value IS 156 (61.33% from 255) = 86.67%

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

R = 10.56%
G = 86.67%
B = 2.78%

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

#139C05 (or 0x139C05) is known color: Islamic Green. HEX triplet: 13, 9C and 05. RGB value is (19,156,5). Sum of RGB (Red+Green+Blue) = 19+156+5=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 156 (61.33% from 255 or 86.67% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 156 - color contains mainly: green. Hex color #139C05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139C05 is #EC63FA. Grayscale: #626262. Windows color (decimal): -15492091 or 367635. OLE color: 367635.

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

Color convert

RGB 19 156 5 -
CMYK 0.88 0 0.97 0.39
HSL 114.44º 0.94% 0.32% -
HSV(B) 114.44º 0.97% 0.61% -
XYZ 12.18 23.93 4.12 -
YUV 97.82 75.61 71.78 -
System Red Green Blue C M Y K H S L
Decimal 19 156 5 0.88 0 0.97 0.39 114.44 0.94 0.32
Hex 13 9C 5 58 0 61 27 72 5E 20
Octal 23 234 5 130 0 141 47 162 136 40
Binary 10011 10011100 101 1011000 0 1100001 100111 1110010 1011110 100000

Color Harmonies of #139C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139C05

Black with #139C05

Text Example


Text Example

White with #139C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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