#04BC15

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

Shades of Islamic Green #04BC15

Tints of Islamic Green #04BC15

Color information

#04BC15 (or 0x04BC15) is unknown color: approx Islamic Green. HEX triplet: 04, BC and 15. RGB value is (4,188,21). Sum of RGB (Red+Green+Blue) = 4+188+21=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 188 (73.83% from 255 or 88.26% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BC15 is #FB43EA. Grayscale: #727272. Windows color (decimal): -16466923 or 1424388. OLE color: 1424388.

HSL color Cylindrical-coordinate representation of color #04BC15: hue angle of 125.54º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BC15 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB418821-
CMYK0.9800.890.26
HSL125.54º95.83%37.65%-
HSV(B)125.54º97.87%73.73%-
XYZ18.1736.056.71-
YUV113.9575.5449.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.88%
GREEN value IS 188 (73.83% from 255) = 88.26%
BLUE value IS 21 (8.59% from 255) = 9.86%
R=1.88%
G=88.26%
B=9.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4188210.9800.890.26125.5495.8337.65
Hex4BC15620591A7e6026
Octal42742514201313217614046
Binary10010111100101011100010010110011101011111101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04BC15; }

 p { color: rgb(4,188,21); }

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

<style>
 a { background-color: #04BC15; }

 a { background-color: rgb(4,188,21); }

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

<style>
 span { border-color: #04BC15; }

 span { border-color: rgb(4,188,21); }

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