#1BAD0F

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

Shades of Islamic Green #1BAD0F

Tints of Islamic Green #1BAD0F

Color information

#1BAD0F (or 0x1BAD0F) is unknown color: approx Islamic Green. HEX triplet: 1B, AD and 0F. RGB value is (27,173,15). Sum of RGB (Red+Green+Blue) = 27+173+15=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 173 (67.97% from 255 or 80.47% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAD0F is #E452F0. Grayscale: #6F6F6F. Windows color (decimal): -14963441 or 1027355. OLE color: 1027355.

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

Color convert

RGB2717315-
CMYK0.8400.910.32
HSL115.44º84.04%36.86%-
HSV(B)115.44º91.33%67.84%-
XYZ15.4830.155.46-
YUV111.3373.6367.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.56%
GREEN value IS 173 (67.97% from 255) = 80.47%
BLUE value IS 15 (6.25% from 255) = 6.98%
R=12.56%
G=80.47%
B=6.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27173150.8400.910.32115.4484.0436.86
Hex1BADF5405B20735425
Octal332551712401334016312445
Binary1101110101101111110101000101101110000011100111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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