#1BAD05

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

Shades of Islamic Green #1BAD05

Tints of Islamic Green #1BAD05

Color information

#1BAD05 (or 0x1BAD05) is unknown color: approx Islamic Green. HEX triplet: 1B, AD and 05. RGB value is (27,173,5). Sum of RGB (Red+Green+Blue) = 27+173+5=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 173 (67.97% from 255 or 84.39% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAD05 is #E452FA. Grayscale: #6E6E6E. Windows color (decimal): -14963451 or 371995. OLE color: 371995.

HSL color Cylindrical-coordinate representation of color #1BAD05: hue angle of 112.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1BAD05 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB271735-
CMYK0.8400.970.32
HSL112.14º94.38%34.9%-
HSV(B)112.14º97.11%67.84%-
XYZ15.4230.135.15-
YUV110.1968.6368.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.17%
GREEN value IS 173 (67.97% from 255) = 84.39%
BLUE value IS 5 (2.34% from 255) = 2.44%
R=13.17%
G=84.39%
B=2.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2717350.8400.970.32112.1494.3834.9
Hex1BAD55406120705e23
Octal33255512401414016013643
Binary110111010110110110101000110000110000011100001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,173,5); }

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

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

 a { background-color: rgb(27,173,5); }

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

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

 span { border-color: rgb(27,173,5); }

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