Html Css Color HEX #139610 Islamic Green

📋 copy color: '#139610'

red 19 ◦ green 150 ◦ blue 16

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

Shades of Islamic Green #139610

Tints of Islamic Green #139610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 81.08%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 10.27%
G = 81.08%
B = 8.65%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#139610 (or 0x139610) is known color: Islamic Green. HEX triplet: 13, 96 and 10. RGB value is (19,150,16). Sum of RGB (Red+Green+Blue) = 19+150+16=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 150 (58.98% from 255 or 81.08% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 150 - color contains mainly: green. Hex color #139610 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139610 is #EC69EF. Grayscale: #5F5F5F. Windows color (decimal): -15493616 or 1086995. OLE color: 1086995.

HSL color Cylindrical-coordinate representation of color #139610: hue angle of 118.66º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139610 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 16 -
CMYK 0.87 0 0.89 0.41
HSL 118.66º 0.81% 0.33% -
HSV(B) 118.66º 0.89% 0.59% -
XYZ 11.27 21.99 4.14 -
YUV 95.56 83.1 73.4 -
System Red Green Blue C M Y K H S L
Decimal 19 150 16 0.87 0 0.89 0.41 118.66 0.81 0.33
Hex 13 96 10 57 0 59 29 77 51 21
Octal 23 226 20 127 0 131 51 167 121 41
Binary 10011 10010110 10000 1010111 0 1011001 101001 1110111 1010001 100001

Color Harmonies of #139610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139610

Black with #139610

Text Example


Text Example

White with #139610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139610; }

 p { color: rgb(19,150,16); }

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

background-color css

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

 a { background-color: rgb(19,150,16); }

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

border-color css

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

 span { border-color: rgb(19,150,16); }

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