Html Css Color HEX #139C07 Islamic Green

📋 copy color: '#139C07'

red 19 ◦ green 156 ◦ blue 7

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

Shades of Islamic Green #139C07

Tints of Islamic Green #139C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.85%

R = 10.44%
G = 85.71%
B = 3.85%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#139C07 (or 0x139C07) is known color: Islamic Green. HEX triplet: 13, 9C and 07. RGB value is (19,156,7). Sum of RGB (Red+Green+Blue) = 19+156+7=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 156 (61.33% from 255 or 85.71% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 156 - color contains mainly: green. Hex color #139C07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139C07 is #EC63F8. Grayscale: #626262. Windows color (decimal): -15492089 or 498707. OLE color: 498707.

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

Color convert

RGB 19 156 7 -
CMYK 0.88 0 0.96 0.39
HSL 115.17º 0.91% 0.32% -
HSV(B) 115.17º 0.96% 0.61% -
XYZ 12.2 23.93 4.18 -
YUV 98.05 76.61 71.62 -
System Red Green Blue C M Y K H S L
Decimal 19 156 7 0.88 0 0.96 0.39 115.17 0.91 0.32
Hex 13 9C 7 58 0 60 27 73 5B 20
Octal 23 234 7 130 0 140 47 163 133 40
Binary 10011 10011100 111 1011000 0 1100000 100111 1110011 1011011 100000

Color Harmonies of #139C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139C07

Black with #139C07

Text Example


Text Example

White with #139C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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