Html Css Color HEX #149903 Islamic Green

📋 copy color: '#149903'

red 20 ◦ green 153 ◦ blue 3

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

Shades of Islamic Green #149903

Tints of Islamic Green #149903

RGB

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

 GREEN value IS 153 (60.16% from 255) = 86.93%

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

R = 11.36%
G = 86.93%
B = 1.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#149903 (or 0x149903) is known color: Islamic Green. HEX triplet: 14, 99 and 03. RGB value is (20,153,3). Sum of RGB (Red+Green+Blue) = 20+153+3=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 153 (60.16% from 255 or 86.93% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 153 - color contains mainly: green. Hex color #149903 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149903 is #EB66FC. Grayscale: #606060. Windows color (decimal): -15427325 or 235796. OLE color: 235796.

HSL color Cylindrical-coordinate representation of color #149903: hue angle of 113.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #149903 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 153 3 -
CMYK 0.87 0 0.98 0.4
HSL 113.2º 0.96% 0.31% -
HSV(B) 113.2º 0.98% 0.6% -
XYZ 11.7 22.94 3.9 -
YUV 96.13 75.44 73.7 -
System Red Green Blue C M Y K H S L
Decimal 20 153 3 0.87 0 0.98 0.4 113.2 0.96 0.31
Hex 14 99 3 57 0 62 28 71 60 1F
Octal 24 231 3 127 0 142 50 161 140 37
Binary 10100 10011001 11 1010111 0 1100010 101000 1110001 1100000 11111

Color Harmonies of #149903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149903

Black with #149903

Text Example


Text Example

White with #149903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149903; }

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

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

background-color css

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

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

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

border-color css

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

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

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