#04BF10

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

Shades of Islamic Green #04BF10

Tints of Islamic Green #04BF10

Color information

#04BF10 (or 0x04BF10) is unknown color: approx Islamic Green. HEX triplet: 04, BF and 10. RGB value is (4,191,16). Sum of RGB (Red+Green+Blue) = 4+191+16=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 191 (75% from 255 or 90.52% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 191 - color contains mainly: green. Hex color #04BF10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BF10 is #FB40EF. Grayscale: #737373. Windows color (decimal): -16466160 or 1097476. OLE color: 1097476.

HSL color Cylindrical-coordinate representation of color #04BF10: hue angle of 123.85º 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 #04BF10 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB419116-
CMYK0.9800.920.25
HSL123.85º95.9%38.24%-
HSV(B)123.85º97.91%74.9%-
XYZ18.7737.326.71-
YUV115.1472.0548.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 191 (75% from 255) = 90.52%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=1.90%
G=90.52%
B=7.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4191160.9800.920.25123.8595.938.24
Hex4BF106205C197c6026
Octal42772014201343117414046
Binary10010111111100001100010010111001100111111001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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