#13BF04

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

Shades of Islamic Green #13BF04

Tints of Islamic Green #13BF04

Color information

#13BF04 (or 0x13BF04) is unknown color: approx Islamic Green. HEX triplet: 13, BF and 04. RGB value is (19,191,4). Sum of RGB (Red+Green+Blue) = 19+191+4=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 191 (75% from 255 or 89.25% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 191 - color contains mainly: green. Hex color #13BF04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BF04 is #EC40FB. Grayscale: #767676. Windows color (decimal): -15483132 or 311059. OLE color: 311059.

HSL color Cylindrical-coordinate representation of color #13BF04: hue angle of 115.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13BF04 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB191914-
CMYK0.9000.980.25
HSL115.19º95.9%38.24%-
HSV(B)115.19º97.91%74.9%-
XYZ18.9237.416.34-
YUV118.2563.5257.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 191 (75% from 255) = 89.25%
BLUE value IS 4 (1.95% from 255) = 1.87%
R=8.88%
G=89.25%
B=1.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919140.9000.980.25115.1995.938.24
Hex13BF45A06219736026
Octal23277413201423116314046
Binary10011101111111001011010011000101100111100111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BF04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,191,4); }

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

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

 a { background-color: rgb(19,191,4); }

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

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

 span { border-color: rgb(19,191,4); }

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