Html Css Color HEX #11AF1B Islamic Green

📋 copy color: '#11AF1B'

red 17 ◦ green 175 ◦ blue 27

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

Shades of Islamic Green #11AF1B

Tints of Islamic Green #11AF1B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 79.91%

 BLUE value IS 27 (10.94% from 255) = 12.33%

R = 7.76%
G = 79.91%
B = 12.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#11AF1B (or 0x11AF1B) is known color: Islamic Green. HEX triplet: 11, AF and 1B. RGB value is (17,175,27). Sum of RGB (Red+Green+Blue) = 17+175+27=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 175 (68.75% from 255 or 79.91% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AF1B is #EE50E4. Grayscale: #6F6F6F. Windows color (decimal): -15618277 or 1814289. OLE color: 1814289.

HSL color Cylindrical-coordinate representation of color #11AF1B: hue angle of 123.8º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AF1B is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 175 27 -
CMYK 0.90 0 0.85 0.31
HSL 123.8º 0.82% 0.38% -
HSV(B) 123.8º 0.9% 0.69% -
XYZ 15.76 30.86 6.16 -
YUV 110.89 80.65 61.03 -
System Red Green Blue C M Y K H S L
Decimal 17 175 27 0.90 0 0.85 0.31 123.8 0.82 0.38
Hex 11 AF 1B 5A 0 55 1F 7C 52 26
Octal 21 257 33 132 0 125 37 174 122 46
Binary 10001 10101111 11011 1011010 0 1010101 11111 1111100 1010010 100110

Color Harmonies of #11AF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AF1B

Black with #11AF1B

Text Example


Text Example

White with #11AF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,175,27); }

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

background-color css

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

 a { background-color: rgb(17,175,27); }

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

border-color css

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

 span { border-color: rgb(17,175,27); }

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