Html Css Color HEX #149900 Islamic Green

📋 copy color: '#149900'

red 20 ◦ green 153 ◦ blue 0

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

Shades of Islamic Green #149900

Tints of Islamic Green #149900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 11.56%
G = 88.44%
B = 0%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#149900 (or 0x149900) is known color: Islamic Green. HEX triplet: 14, 99 and 00. RGB value is (20,153,0). Sum of RGB (Red+Green+Blue) = 20+153+0=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 153 (60.16% from 255 or 88.44% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 153 - color contains mainly: green. Hex color #149900 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149900 is #EB66FF. Grayscale: #606060. Windows color (decimal): -15427328 or 39188. OLE color: 39188.

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

Color convert

RGB 20 153 0 -
CMYK 0.87 0 1 0.4
HSL 112.16º 1% 0.3% -
HSV(B) 112.16º 1% 0.6% -
XYZ 11.68 22.93 3.81 -
YUV 95.79 73.94 73.94 -
System Red Green Blue C M Y K H S L
Decimal 20 153 0 0.87 0 1 0.4 112.16 1 0.3
Hex 14 99 0 57 0 64 28 70 64 1E
Octal 24 231 0 127 0 144 50 160 144 36
Binary 10100 10011001 0 1010111 0 1100100 101000 1110000 1100100 11110

Color Harmonies of #149900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149900

Black with #149900

Text Example


Text Example

White with #149900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149900; }

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

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

background-color css

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

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

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

border-color css

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

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

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