#1BA009

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

Shades of Islamic Green #1BA009

Tints of Islamic Green #1BA009

Color information

#1BA009 (or 0x1BA009) is unknown color: approx Islamic Green. HEX triplet: 1B, A0 and 09. RGB value is (27,160,9). Sum of RGB (Red+Green+Blue) = 27+160+9=196 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.78% from 196); Green value is 160 (62.89% from 255 or 81.63% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 160 - color contains mainly: green. Hex color #1BA009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA009 is #E45FF6. Grayscale: #676767. Windows color (decimal): -14966775 or 630811. OLE color: 630811.

HSL color Cylindrical-coordinate representation of color #1BA009: hue angle of 112.85º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1BA009 is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB271609-
CMYK0.8300.940.37
HSL112.85º89.35%33.14%-
HSV(B)112.85º94.38%62.75%-
XYZ13.0725.394.47-
YUV103.0274.9473.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.78%
GREEN value IS 160 (62.89% from 255) = 81.63%
BLUE value IS 9 (3.91% from 255) = 4.59%
R=13.78%
G=81.63%
B=4.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2716090.8300.940.37112.8589.3533.14
Hex1BA095305E25715921
Octal332401112301364516113141
Binary1101110100000100110100110101111010010111100011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,160,9); }

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

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

 a { background-color: rgb(27,160,9); }

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

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

 span { border-color: rgb(27,160,9); }

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