Html Css Color HEX #149C12 Islamic Green

📋 copy color: '#149C12'

red 20 ◦ green 156 ◦ blue 18

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

Shades of Islamic Green #149C12

Tints of Islamic Green #149C12

RGB

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

 GREEN value IS 156 (61.33% from 255) = 80.41%

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 10.31%
G = 80.41%
B = 9.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#149C12 (or 0x149C12) is known color: Islamic Green. HEX triplet: 14, 9C and 12. RGB value is (20,156,18). Sum of RGB (Red+Green+Blue) = 20+156+18=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 156 (61.33% from 255 or 80.41% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 156 - color contains mainly: green. Hex color #149C12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149C12 is #EB63ED. Grayscale: #646464. Windows color (decimal): -15426542 or 1219604. OLE color: 1219604.

HSL color Cylindrical-coordinate representation of color #149C12: hue angle of 119.13º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149C12 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 156 18 -
CMYK 0.87 0 0.88 0.39
HSL 119.13º 0.79% 0.34% -
HSV(B) 119.13º 0.88% 0.61% -
XYZ 12.29 23.97 4.55 -
YUV 99.6 81.94 71.22 -
System Red Green Blue C M Y K H S L
Decimal 20 156 18 0.87 0 0.88 0.39 119.13 0.79 0.34
Hex 14 9C 12 57 0 58 27 77 4F 22
Octal 24 234 22 127 0 130 47 167 117 42
Binary 10100 10011100 10010 1010111 0 1011000 100111 1110111 1001111 100010

Color Harmonies of #149C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149C12

Black with #149C12

Text Example


Text Example

White with #149C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149C12; }

 p { color: rgb(20,156,18); }

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

background-color css

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

 a { background-color: rgb(20,156,18); }

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

border-color css

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

 span { border-color: rgb(20,156,18); }

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