Html Css Color HEX #119400 Islamic Green

📋 copy color: '#119400'

red 17 ◦ green 148 ◦ blue 0

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

Shades of Islamic Green #119400

Tints of Islamic Green #119400

RGB

 RED value IS 17 (7.03% from 255) = 10.3%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 10.3%
G = 89.7%
B = 0%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#119400 (or 0x119400) is known color: Islamic Green. HEX triplet: 11, 94 and 00. RGB value is (17,148,0). Sum of RGB (Red+Green+Blue) = 17+148+0=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 148 (58.20% from 255 or 89.70% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 148 - color contains mainly: green. Hex color #119400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119400 is #EE6BFF. Grayscale: #5C5C5C. Windows color (decimal): -15625216 or 37905. OLE color: 37905.

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

Color convert

RGB 17 148 0 -
CMYK 0.89 0 1 0.42
HSL 113.11º 1% 0.29% -
HSV(B) 113.11º 1% 0.58% -
XYZ 10.82 21.3 3.54 -
YUV 91.96 76.1 74.53 -
System Red Green Blue C M Y K H S L
Decimal 17 148 0 0.89 0 1 0.42 113.11 1 0.29
Hex 11 94 0 59 0 64 2A 71 64 1D
Octal 21 224 0 131 0 144 52 161 144 35
Binary 10001 10010100 0 1011001 0 1100100 101010 1110001 1100100 11101

Color Harmonies of #119400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119400

Black with #119400

Text Example


Text Example

White with #119400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119400; }

 p { color: rgb(17,148,0); }

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

background-color css

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

 a { background-color: rgb(17,148,0); }

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

border-color css

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

 span { border-color: rgb(17,148,0); }

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