Html Css Color HEX #149008 Islamic Green

📋 copy color: '#149008'

red 20 ◦ green 144 ◦ blue 8

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

Shades of Islamic Green #149008

Tints of Islamic Green #149008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 83.72%

 BLUE value IS 8 (3.52% from 255) = 4.65%

R = 11.63%
G = 83.72%
B = 4.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#149008 (or 0x149008) is known color: Islamic Green. HEX triplet: 14, 90 and 08. RGB value is (20,144,8). Sum of RGB (Red+Green+Blue) = 20+144+8=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 144 (56.64% from 255 or 83.72% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 144 - color contains mainly: green. Hex color #149008 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149008 is #EB6FF7. Grayscale: #5B5B5B. Windows color (decimal): -15429624 or 561172. OLE color: 561172.

HSL color Cylindrical-coordinate representation of color #149008: hue angle of 114.71º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #149008 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 8 -
CMYK 0.86 0 0.94 0.44
HSL 114.71º 0.89% 0.3% -
HSV(B) 114.71º 0.94% 0.56% -
XYZ 10.31 20.11 3.57 -
YUV 91.42 80.92 77.06 -
System Red Green Blue C M Y K H S L
Decimal 20 144 8 0.86 0 0.94 0.44 114.71 0.89 0.3
Hex 14 90 8 56 0 5E 2C 73 59 1E
Octal 24 220 10 126 0 136 54 163 131 36
Binary 10100 10010000 1000 1010110 0 1011110 101100 1110011 1011001 11110

Color Harmonies of #149008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149008

Black with #149008

Text Example


Text Example

White with #149008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149008; }

 p { color: rgb(20,144,8); }

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

background-color css

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

 a { background-color: rgb(20,144,8); }

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

border-color css

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

 span { border-color: rgb(20,144,8); }

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