#1BAF11

Color #1BAF11 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #1BAF11

Tints of Islamic Green #1BAF11

Color information

#1BAF11 (or 0x1BAF11) is unknown color: approx Islamic Green. HEX triplet: 1B, AF and 11. RGB value is (27,175,17). Sum of RGB (Red+Green+Blue) = 27+175+17=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 175 (68.75% from 255 or 79.91% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAF11 is #E450EE. Grayscale: #717171. Windows color (decimal): -14962927 or 1158939. OLE color: 1158939.

HSL color Cylindrical-coordinate representation of color #1BAF11: hue angle of 116.2º 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 #1BAF11 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB2717517-
CMYK0.8500.900.31
HSL116.2º82.29%37.65%-
HSV(B)116.2º90.29%68.63%-
XYZ15.8830.935.66-
YUV112.7473.9766.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.33%
GREEN value IS 175 (68.75% from 255) = 79.91%
BLUE value IS 17 (7.03% from 255) = 7.76%
R=12.33%
G=79.91%
B=7.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal27175170.8500.900.31116.282.2937.65
Hex1BAF115505A1F745226
Octal332572112501323716412246
Binary1101110101111100011010101010110101111111101001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BAF11; }

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

 H1.HeaderClassName
 {
   color: #1BAF11;
 }
 .AnyTagClassName
 {
   color: #1BAF11;
 }
</style>
background-color css

<style>
 a { background-color: #1BAF11; }

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

 div.DivClassName
 {
   background-color: #1BAF11;
 }
 .BgClassName
 {
   background-color: #1BAF11;
 }
</style>
border-color css

<style>
 span { border-color: #1BAF11; }

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

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