Html Css Color HEX #11980F Islamic Green

📋 copy color: '#11980F'

red 17 ◦ green 152 ◦ blue 15

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

Shades of Islamic Green #11980F

Tints of Islamic Green #11980F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 82.61%

 BLUE value IS 15 (6.25% from 255) = 8.15%

R = 9.24%
G = 82.61%
B = 8.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#11980F (or 0x11980F) is known color: Islamic Green. HEX triplet: 11, 98 and 0F. RGB value is (17,152,15). Sum of RGB (Red+Green+Blue) = 17+152+15=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 152 (59.77% from 255 or 82.61% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 152 - color contains mainly: green. Hex color #11980F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11980F is #EE67F0. Grayscale: #606060. Windows color (decimal): -15624177 or 1021969. OLE color: 1021969.

HSL color Cylindrical-coordinate representation of color #11980F: hue angle of 119.12º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11980F is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 152 15 -
CMYK 0.89 0 0.90 0.40
HSL 119.12º 0.82% 0.33% -
HSV(B) 119.12º 0.9% 0.6% -
XYZ 11.55 22.61 4.21 -
YUV 96.02 82.27 71.64 -
System Red Green Blue C M Y K H S L
Decimal 17 152 15 0.89 0 0.90 0.40 119.12 0.82 0.33
Hex 11 98 F 59 0 5A 28 77 52 21
Octal 21 230 17 131 0 132 50 167 122 41
Binary 10001 10011000 1111 1011001 0 1011010 101000 1110111 1010010 100001

Color Harmonies of #11980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11980F

Black with #11980F

Text Example


Text Example

White with #11980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11980F; }

 p { color: rgb(17,152,15); }

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

background-color css

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

 a { background-color: rgb(17,152,15); }

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

border-color css

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

 span { border-color: rgb(17,152,15); }

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