#1BBB0A

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

Shades of Islamic Green #1BBB0A

Tints of Islamic Green #1BBB0A

Color information

#1BBB0A (or 0x1BBB0A) is unknown color: approx Islamic Green. HEX triplet: 1B, BB and 0A. RGB value is (27,187,10). Sum of RGB (Red+Green+Blue) = 27+187+10=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 187 (73.44% from 255 or 83.48% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 187 - color contains mainly: green. Hex color #1BBB0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBB0A is #E444F5. Grayscale: #777777. Windows color (decimal): -14959862 or 703259. OLE color: 703259.

HSL color Cylindrical-coordinate representation of color #1BBB0A: hue angle of 114.24º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1BBB0A is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB2718710-
CMYK0.8600.950.27
HSL114.24º89.85%38.63%-
HSV(B)114.24º94.65%73.33%-
XYZ18.2835.86.23-
YUV118.9866.4962.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.05%
GREEN value IS 187 (73.44% from 255) = 83.48%
BLUE value IS 10 (4.30% from 255) = 4.46%
R=12.05%
G=83.48%
B=4.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27187100.8600.950.27114.2489.8538.63
Hex1BBBA5605F1B725a27
Octal332731212601373316213247
Binary110111011101110101010110010111111101111100101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,187,10); }

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

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

 a { background-color: rgb(27,187,10); }

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

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

 span { border-color: rgb(27,187,10); }

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