Html Css Color HEX #149609 Islamic Green

📋 copy color: '#149609'

red 20 ◦ green 150 ◦ blue 9

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

Shades of Islamic Green #149609

Tints of Islamic Green #149609

RGB

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

 GREEN value IS 150 (58.98% from 255) = 83.8%

 BLUE value IS 9 (3.91% from 255) = 5.03%

R = 11.17%
G = 83.8%
B = 5.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#149609 (or 0x149609) is known color: Islamic Green. HEX triplet: 14, 96 and 09. RGB value is (20,150,9). Sum of RGB (Red+Green+Blue) = 20+150+9=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 150 (58.98% from 255 or 83.80% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 150 - color contains mainly: green. Hex color #149609 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149609 is #EB69F6. Grayscale: #5F5F5F. Windows color (decimal): -15428087 or 628244. OLE color: 628244.

HSL color Cylindrical-coordinate representation of color #149609: hue angle of 115.32º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #149609 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 9 -
CMYK 0.87 0 0.94 0.41
HSL 115.32º 0.89% 0.31% -
HSV(B) 115.32º 0.94% 0.59% -
XYZ 11.24 21.98 3.91 -
YUV 95.06 79.43 74.46 -
System Red Green Blue C M Y K H S L
Decimal 20 150 9 0.87 0 0.94 0.41 115.32 0.89 0.31
Hex 14 96 9 57 0 5E 29 73 59 1F
Octal 24 226 11 127 0 136 51 163 131 37
Binary 10100 10010110 1001 1010111 0 1011110 101001 1110011 1011001 11111

Color Harmonies of #149609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149609

Black with #149609

Text Example


Text Example

White with #149609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149609; }

 p { color: rgb(20,150,9); }

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

background-color css

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

 a { background-color: rgb(20,150,9); }

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

border-color css

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

 span { border-color: rgb(20,150,9); }

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