Html Css Color HEX #149101 Islamic Green

📋 copy color: '#149101'

red 20 ◦ green 145 ◦ blue 1

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

Shades of Islamic Green #149101

Tints of Islamic Green #149101

RGB

 RED value IS 20 (8.2% from 255) = 12.05%

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

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

R = 12.05%
G = 87.35%
B = 0.6%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#149101 (or 0x149101) is known color: Islamic Green. HEX triplet: 14, 91 and 01. RGB value is (20,145,1). Sum of RGB (Red+Green+Blue) = 20+145+1=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 145 (57.03% from 255 or 87.35% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 145 - color contains mainly: green. Hex color #149101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149101 is #EB6EFE. Grayscale: #5B5B5B. Windows color (decimal): -15429375 or 102676. OLE color: 102676.

HSL color Cylindrical-coordinate representation of color #149101: hue angle of 112.08º 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 #149101 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 1 -
CMYK 0.86 0 0.99 0.43
HSL 112.08º 0.99% 0.29% -
HSV(B) 112.08º 0.99% 0.57% -
XYZ 10.42 20.4 3.42 -
YUV 91.21 77.09 77.21 -
System Red Green Blue C M Y K H S L
Decimal 20 145 1 0.86 0 0.99 0.43 112.08 0.99 0.29
Hex 14 91 1 56 0 63 2B 70 63 1D
Octal 24 221 1 126 0 143 53 160 143 35
Binary 10100 10010001 1 1010110 0 1100011 101011 1110000 1100011 11101

Color Harmonies of #149101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149101

Black with #149101

Text Example


Text Example

White with #149101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149101; }

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

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

background-color css

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

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

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

border-color css

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

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

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