Html Css Color HEX #118F02 Islamic Green

📋 copy color: '#118F02'

red 17 ◦ green 143 ◦ blue 2

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

Shades of Islamic Green #118F02

Tints of Islamic Green #118F02

RGB

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

 GREEN value IS 143 (56.25% from 255) = 88.27%

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 10.49%
G = 88.27%
B = 1.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#118F02 (or 0x118F02) is known color: Islamic Green. HEX triplet: 11, 8F and 02. RGB value is (17,143,2). Sum of RGB (Red+Green+Blue) = 17+143+2=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 143 (56.25% from 255 or 88.27% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 143 - color contains mainly: green. Hex color #118F02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118F02 is #EE70FD. Grayscale: #595959. Windows color (decimal): -15626494 or 167697. OLE color: 167697.

HSL color Cylindrical-coordinate representation of color #118F02: hue angle of 113.62º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #118F02 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 143 2 -
CMYK 0.88 0 0.99 0.44
HSL 113.62º 0.97% 0.28% -
HSV(B) 113.62º 0.99% 0.56% -
XYZ 10.06 19.77 3.34 -
YUV 89.25 78.76 76.46 -
System Red Green Blue C M Y K H S L
Decimal 17 143 2 0.88 0 0.99 0.44 113.62 0.97 0.28
Hex 11 8F 2 58 0 63 2C 72 61 1C
Octal 21 217 2 130 0 143 54 162 141 34
Binary 10001 10001111 10 1011000 0 1100011 101100 1110010 1100001 11100

Color Harmonies of #118F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F02

Black with #118F02

Text Example


Text Example

White with #118F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118F02; }

 p { color: rgb(17,143,2); }

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

background-color css

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

 a { background-color: rgb(17,143,2); }

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

border-color css

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

 span { border-color: rgb(17,143,2); }

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