Html Css Color HEX #149F11 Islamic Green

📋 copy color: '#149F11'

red 20 ◦ green 159 ◦ blue 17

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

Shades of Islamic Green #149F11

Tints of Islamic Green #149F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.67%

R = 10.2%
G = 81.12%
B = 8.67%

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

#149F11 (or 0x149F11) is known color: Islamic Green. HEX triplet: 14, 9F and 11. RGB value is (20,159,17). Sum of RGB (Red+Green+Blue) = 20+159+17=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 159 (62.5% from 255 or 81.12% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 159 - color contains mainly: green. Hex color #149F11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149F11 is #EB60EE. Grayscale: #656565. Windows color (decimal): -15425775 or 1154836. OLE color: 1154836.

HSL color Cylindrical-coordinate representation of color #149F11: hue angle of 118.73º degrees, saturation: 0.81, 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 #149F11 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 159 17 -
CMYK 0.87 0 0.89 0.38
HSL 118.73º 0.81% 0.35% -
HSV(B) 118.73º 0.89% 0.62% -
XYZ 12.79 24.99 4.68 -
YUV 101.25 80.45 70.05 -
System Red Green Blue C M Y K H S L
Decimal 20 159 17 0.87 0 0.89 0.38 118.73 0.81 0.35
Hex 14 9F 11 57 0 59 26 77 51 23
Octal 24 237 21 127 0 131 46 167 121 43
Binary 10100 10011111 10001 1010111 0 1011001 100110 1110111 1010001 100011

Color Harmonies of #149F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149F11

Black with #149F11

Text Example


Text Example

White with #149F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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