#13BD0C

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

Shades of Islamic Green #13BD0C

Tints of Islamic Green #13BD0C

Color information

#13BD0C (or 0x13BD0C) is unknown color: approx Islamic Green. HEX triplet: 13, BD and 0C. RGB value is (19,189,12). Sum of RGB (Red+Green+Blue) = 19+189+12=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 189 (74.22% from 255 or 85.91% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BD0C is #EC42F3. Grayscale: #767676. Windows color (decimal): -15483636 or 834835. OLE color: 834835.

HSL color Cylindrical-coordinate representation of color #13BD0C: hue angle of 117.63º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13BD0C is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB1918912-
CMYK0.9000.940.26
HSL117.63º88.06%39.41%-
HSV(B)117.63º93.65%74.12%-
XYZ18.5336.566.43-
YUV117.9968.1857.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 189 (74.22% from 255) = 85.91%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=8.64%
G=85.91%
B=5.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19189120.9000.940.26117.6388.0639.41
Hex13BDC5A05E1A765827
Octal232751413201363216613047
Binary100111011110111001011010010111101101011101101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13BD0C; }

 p { color: rgb(19,189,12); }

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

<style>
 a { background-color: #13BD0C; }

 a { background-color: rgb(19,189,12); }

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

<style>
 span { border-color: #13BD0C; }

 span { border-color: rgb(19,189,12); }

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