#1BAA00

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

Shades of Islamic Green #1BAA00

Tints of Islamic Green #1BAA00

Color information

#1BAA00 (or 0x1BAA00) is unknown color: approx Islamic Green. HEX triplet: 1B, AA and 00. RGB value is (27,170,0). Sum of RGB (Red+Green+Blue) = 27+170+0=197 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.71% from 197); Green value is 170 (66.80% from 255 or 86.29% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAA00 is #E455FF. Grayscale: #6C6C6C. Windows color (decimal): -14964224 or 43547. OLE color: 43547.

HSL color Cylindrical-coordinate representation of color #1BAA00: hue angle of 110.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1BAA00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB271700-
CMYK0.84010.33
HSL110.47º100%33.33%-
HSV(B)110.47º100%66.67%-
XYZ14.8328.984.81-
YUV107.8667.1270.32-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.71%
GREEN value IS 170 (66.80% from 255) = 86.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.71%
G=86.29%
B=0%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2717000.84010.33110.4710033.33
Hex1BAA054064216e6421
Octal33252012401444115614441
Binary1101110101010010101000110010010000111011101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,170,0); }

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

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

 a { background-color: rgb(27,170,0); }

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

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

 span { border-color: rgb(27,170,0); }

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