Html Css Color HEX #11AC12 Islamic Green

📋 copy color: '#11AC12'

red 17 ◦ green 172 ◦ blue 18

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

Shades of Islamic Green #11AC12

Tints of Islamic Green #11AC12

RGB

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

 GREEN value IS 172 (67.58% from 255) = 83.09%

 BLUE value IS 18 (7.42% from 255) = 8.7%

R = 8.21%
G = 83.09%
B = 8.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#11AC12 (or 0x11AC12) is known color: Islamic Green. HEX triplet: 11, AC and 12. RGB value is (17,172,18). Sum of RGB (Red+Green+Blue) = 17+172+18=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 172 (67.58% from 255 or 83.09% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AC12 is #EE53ED. Grayscale: #6C6C6C. Windows color (decimal): -15619054 or 1223697. OLE color: 1223697.

HSL color Cylindrical-coordinate representation of color #11AC12: hue angle of 120.39º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AC12 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 172 18 -
CMYK 0.90 0 0.90 0.33
HSL 120.39º 0.82% 0.37% -
HSV(B) 120.39º 0.9% 0.67% -
XYZ 15.09 29.67 5.5 -
YUV 108.1 77.15 63.02 -
System Red Green Blue C M Y K H S L
Decimal 17 172 18 0.90 0 0.90 0.33 120.39 0.82 0.37
Hex 11 AC 12 5A 0 5A 21 78 52 25
Octal 21 254 22 132 0 132 41 170 122 45
Binary 10001 10101100 10010 1011010 0 1011010 100001 1111000 1010010 100101

Color Harmonies of #11AC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AC12

Black with #11AC12

Text Example


Text Example

White with #11AC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11AC12; }

 p { color: rgb(17,172,18); }

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

background-color css

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

 a { background-color: rgb(17,172,18); }

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

border-color css

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

 span { border-color: rgb(17,172,18); }

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