#15BF0F

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

Shades of Islamic Green #15BF0F

Tints of Islamic Green #15BF0F

Color information

#15BF0F (or 0x15BF0F) is unknown color: approx Islamic Green. HEX triplet: 15, BF and 0F. RGB value is (21,191,15). Sum of RGB (Red+Green+Blue) = 21+191+15=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 191 (75% from 255 or 84.14% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 191 - color contains mainly: green. Hex color #15BF0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15BF0F is #EA40F0. Grayscale: #787878. Windows color (decimal): -15352049 or 1031957. OLE color: 1031957.

HSL color Cylindrical-coordinate representation of color #15BF0F: hue angle of 117.95º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15BF0F is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB2119115-
CMYK0.8900.920.25
HSL117.95º85.44%40.39%-
HSV(B)117.95º92.15%74.9%-
XYZ19.0337.466.68-
YUV120.1168.6857.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.25%
GREEN value IS 191 (75% from 255) = 84.14%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=9.25%
G=84.14%
B=6.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21191150.8900.920.25117.9585.4440.39
Hex15BFF5905C19765528
Octal252771713101343116612550
Binary101011011111111111011001010111001100111101101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15BF0F; }

 p { color: rgb(21,191,15); }

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

<style>
 a { background-color: #15BF0F; }

 a { background-color: rgb(21,191,15); }

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

<style>
 span { border-color: #15BF0F; }

 span { border-color: rgb(21,191,15); }

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