Html Css Color HEX #149409 Islamic Green

📋 copy color: '#149409'

red 20 ◦ green 148 ◦ blue 9

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

Shades of Islamic Green #149409

Tints of Islamic Green #149409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 83.62%

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

R = 11.3%
G = 83.62%
B = 5.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#149409 (or 0x149409) is known color: Islamic Green. HEX triplet: 14, 94 and 09. RGB value is (20,148,9). Sum of RGB (Red+Green+Blue) = 20+148+9=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 148 (58.20% from 255 or 83.62% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 148 - color contains mainly: green. Hex color #149409 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149409 is #EB6BF6. Grayscale: #5E5E5E. Windows color (decimal): -15428599 or 627732. OLE color: 627732.

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

Color convert

RGB 20 148 9 -
CMYK 0.86 0 0.94 0.42
HSL 115.25º 0.89% 0.31% -
HSV(B) 115.25º 0.94% 0.58% -
XYZ 10.93 21.35 3.8 -
YUV 93.88 80.09 75.3 -
System Red Green Blue C M Y K H S L
Decimal 20 148 9 0.86 0 0.94 0.42 115.25 0.89 0.31
Hex 14 94 9 56 0 5E 2A 73 59 1F
Octal 24 224 11 126 0 136 52 163 131 37
Binary 10100 10010100 1001 1010110 0 1011110 101010 1110011 1011001 11111

Color Harmonies of #149409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149409

Black with #149409

Text Example


Text Example

White with #149409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149409; }

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

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

background-color css

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

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

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

border-color css

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

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

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