#1BB612

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

Shades of Islamic Green #1BB612

Tints of Islamic Green #1BB612

Color information

#1BB612 (or 0x1BB612) is unknown color: approx Islamic Green. HEX triplet: 1B, B6 and 12. RGB value is (27,182,18). Sum of RGB (Red+Green+Blue) = 27+182+18=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 182 (71.48% from 255 or 80.18% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 182 - color contains mainly: green. Hex color #1BB612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BB612 is #E449ED. Grayscale: #757575. Windows color (decimal): -14961134 or 1226267. OLE color: 1226267.

HSL color Cylindrical-coordinate representation of color #1BB612: hue angle of 116.71º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1BB612 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB2718218-
CMYK0.8500.900.29
HSL116.71º82%39.22%-
HSV(B)116.71º90.11%71.37%-
XYZ17.2933.736.17-
YUV116.9672.1563.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.89%
GREEN value IS 182 (71.48% from 255) = 80.18%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=11.89%
G=80.18%
B=7.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal27182180.8500.900.29116.718239.22
Hex1BB6125505A1D755227
Octal332662212501323516512247
Binary1101110110110100101010101010110101110111101011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,182,18); }

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

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

 a { background-color: rgb(27,182,18); }

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

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

 span { border-color: rgb(27,182,18); }

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