Html Css Color HEX #149003 Islamic Green

📋 copy color: '#149003'

red 20 ◦ green 144 ◦ blue 3

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

Shades of Islamic Green #149003

Tints of Islamic Green #149003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.8%

R = 11.98%
G = 86.23%
B = 1.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#149003 (or 0x149003) is known color: Islamic Green. HEX triplet: 14, 90 and 03. RGB value is (20,144,3). Sum of RGB (Red+Green+Blue) = 20+144+3=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 144 (56.64% from 255 or 86.23% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 144 - color contains mainly: green. Hex color #149003 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149003 is #EB6FFC. Grayscale: #5B5B5B. Windows color (decimal): -15429629 or 233492. OLE color: 233492.

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

Color convert

RGB 20 144 3 -
CMYK 0.86 0 0.98 0.44
HSL 112.77º 0.96% 0.29% -
HSV(B) 112.77º 0.98% 0.56% -
XYZ 10.28 20.1 3.42 -
YUV 90.85 78.42 77.46 -
System Red Green Blue C M Y K H S L
Decimal 20 144 3 0.86 0 0.98 0.44 112.77 0.96 0.29
Hex 14 90 3 56 0 62 2C 71 60 1D
Octal 24 220 3 126 0 142 54 161 140 35
Binary 10100 10010000 11 1010110 0 1100010 101100 1110001 1100000 11101

Color Harmonies of #149003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149003

Black with #149003

Text Example


Text Example

White with #149003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149003; }

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

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

background-color css

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

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

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

border-color css

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

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

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