Html Css Color HEX #139101 Islamic Green

📋 copy color: '#139101'

red 19 ◦ green 145 ◦ blue 1

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

Shades of Islamic Green #139101

Tints of Islamic Green #139101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 87.88%

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 11.52%
G = 87.88%
B = 0.61%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#139101 (or 0x139101) is known color: Islamic Green. HEX triplet: 13, 91 and 01. RGB value is (19,145,1). Sum of RGB (Red+Green+Blue) = 19+145+1=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 145 (57.03% from 255 or 87.88% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 145 - color contains mainly: green. Hex color #139101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139101 is #EC6EFE. Grayscale: #5B5B5B. Windows color (decimal): -15494911 or 102675. OLE color: 102675.

HSL color Cylindrical-coordinate representation of color #139101: hue angle of 112.5º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #139101 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 145 1 -
CMYK 0.87 0 0.99 0.43
HSL 112.5º 0.99% 0.29% -
HSV(B) 112.5º 0.99% 0.57% -
XYZ 10.4 20.39 3.42 -
YUV 90.91 77.26 76.71 -
System Red Green Blue C M Y K H S L
Decimal 19 145 1 0.87 0 0.99 0.43 112.5 0.99 0.29
Hex 13 91 1 57 0 63 2B 70 63 1D
Octal 23 221 1 127 0 143 53 160 143 35
Binary 10011 10010001 1 1010111 0 1100011 101011 1110000 1100011 11101

Color Harmonies of #139101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139101

Black with #139101

Text Example


Text Example

White with #139101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139101; }

 p { color: rgb(19,145,1); }

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

background-color css

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

 a { background-color: rgb(19,145,1); }

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

border-color css

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

 span { border-color: rgb(19,145,1); }

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