Html Css Color HEX #11980A Islamic Green

📋 copy color: '#11980A'

red 17 ◦ green 152 ◦ blue 10

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

Shades of Islamic Green #11980A

Tints of Islamic Green #11980A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.59%

R = 9.5%
G = 84.92%
B = 5.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#11980A (or 0x11980A) is known color: Islamic Green. HEX triplet: 11, 98 and 0A. RGB value is (17,152,10). Sum of RGB (Red+Green+Blue) = 17+152+10=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 152 (59.77% from 255 or 84.92% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 152 - color contains mainly: green. Hex color #11980A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11980A is #EE67F5. Grayscale: #5F5F5F. Windows color (decimal): -15624182 or 694289. OLE color: 694289.

HSL color Cylindrical-coordinate representation of color #11980A: hue angle of 117.04º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11980A is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 152 10 -
CMYK 0.89 0 0.93 0.40
HSL 117.04º 0.88% 0.32% -
HSV(B) 117.04º 0.93% 0.6% -
XYZ 11.51 22.6 4.04 -
YUV 95.45 79.77 72.05 -
System Red Green Blue C M Y K H S L
Decimal 17 152 10 0.89 0 0.93 0.40 117.04 0.88 0.32
Hex 11 98 A 59 0 5D 28 75 58 20
Octal 21 230 12 131 0 135 50 165 130 40
Binary 10001 10011000 1010 1011001 0 1011101 101000 1110101 1011000 100000

Color Harmonies of #11980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11980A

Black with #11980A

Text Example


Text Example

White with #11980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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