Html Css Color HEX #119300 Islamic Green

📋 copy color: '#119300'

red 17 ◦ green 147 ◦ blue 0

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

Shades of Islamic Green #119300

Tints of Islamic Green #119300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 89.63%

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

R = 10.37%
G = 89.63%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#119300 (or 0x119300) is known color: Islamic Green. HEX triplet: 11, 93 and 00. RGB value is (17,147,0). Sum of RGB (Red+Green+Blue) = 17+147+0=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 147 (57.81% from 255 or 89.63% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 147 - color contains mainly: green. Hex color #119300 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119300 is #EE6CFF. Grayscale: #5B5B5B. Windows color (decimal): -15625472 or 37649. OLE color: 37649.

HSL color Cylindrical-coordinate representation of color #119300: hue angle of 113.06º 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 #119300 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 147 0 -
CMYK 0.88 0 1 0.42
HSL 113.06º 1% 0.29% -
HSV(B) 113.06º 1% 0.58% -
XYZ 10.66 20.99 3.49 -
YUV 91.37 76.43 74.95 -
System Red Green Blue C M Y K H S L
Decimal 17 147 0 0.88 0 1 0.42 113.06 1 0.29
Hex 11 93 0 58 0 64 2A 71 64 1D
Octal 21 223 0 130 0 144 52 161 144 35
Binary 10001 10010011 0 1011000 0 1100100 101010 1110001 1100100 11101

Color Harmonies of #119300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119300

Black with #119300

Text Example


Text Example

White with #119300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119300; }

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

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

background-color css

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

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

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

border-color css

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

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

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