Html Css Color HEX #149F12 Islamic Green

📋 copy color: '#149F12'

red 20 ◦ green 159 ◦ blue 18

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

Shades of Islamic Green #149F12

Tints of Islamic Green #149F12

RGB

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

 GREEN value IS 159 (62.5% from 255) = 80.71%

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

R = 10.15%
G = 80.71%
B = 9.14%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#149F12 (or 0x149F12) is known color: Islamic Green. HEX triplet: 14, 9F and 12. RGB value is (20,159,18). Sum of RGB (Red+Green+Blue) = 20+159+18=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 159 (62.5% from 255 or 80.71% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 159 - color contains mainly: green. Hex color #149F12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149F12 is #EB60ED. Grayscale: #656565. Windows color (decimal): -15425774 or 1220372. OLE color: 1220372.

HSL color Cylindrical-coordinate representation of color #149F12: hue angle of 119.15º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149F12 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 159 18 -
CMYK 0.87 0 0.89 0.38
HSL 119.15º 0.8% 0.35% -
HSV(B) 119.15º 0.89% 0.62% -
XYZ 12.8 24.99 4.72 -
YUV 101.37 80.95 69.96 -
System Red Green Blue C M Y K H S L
Decimal 20 159 18 0.87 0 0.89 0.38 119.15 0.8 0.35
Hex 14 9F 12 57 0 59 26 77 50 23
Octal 24 237 22 127 0 131 46 167 120 43
Binary 10100 10011111 10010 1010111 0 1011001 100110 1110111 1010000 100011

Color Harmonies of #149F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149F12

Black with #149F12

Text Example


Text Example

White with #149F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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