Html Css Color HEX #11AF01 Islamic Green

📋 copy color: '#11AF01'

red 17 ◦ green 175 ◦ blue 1

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

Shades of Islamic Green #11AF01

Tints of Islamic Green #11AF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 8.81%
G = 90.67%
B = 0.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#11AF01 (or 0x11AF01) is known color: Islamic Green. HEX triplet: 11, AF and 01. RGB value is (17,175,1). Sum of RGB (Red+Green+Blue) = 17+175+1=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 175 (68.75% from 255 or 90.67% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AF01 is #EE50FE. Grayscale: #6C6C6C. Windows color (decimal): -15618303 or 110353. OLE color: 110353.

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

Color convert

RGB 17 175 1 -
CMYK 0.90 0 0.99 0.31
HSL 114.48º 0.99% 0.35% -
HSV(B) 114.48º 0.99% 0.69% -
XYZ 15.57 30.78 5.15 -
YUV 107.92 67.65 63.15 -
System Red Green Blue C M Y K H S L
Decimal 17 175 1 0.90 0 0.99 0.31 114.48 0.99 0.35
Hex 11 AF 1 5A 0 63 1F 72 63 23
Octal 21 257 1 132 0 143 37 162 143 43
Binary 10001 10101111 1 1011010 0 1100011 11111 1110010 1100011 100011

Color Harmonies of #11AF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AF01

Black with #11AF01

Text Example


Text Example

White with #11AF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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