#04BD0B

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

Shades of Islamic Green #04BD0B

Tints of Islamic Green #04BD0B

Color information

#04BD0B (or 0x04BD0B) is unknown color: approx Islamic Green. HEX triplet: 04, BD and 0B. RGB value is (4,189,11). Sum of RGB (Red+Green+Blue) = 4+189+11=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 189 (74.22% from 255 or 92.65% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BD0B is #FB42F4. Grayscale: #717171. Windows color (decimal): -16466677 or 769284. OLE color: 769284.

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

Color convert

RGB418911-
CMYK0.9800.940.26
HSL122.27º95.85%37.84%-
HSV(B)122.27º97.88%74.12%-
XYZ18.3136.456.39-
YUV113.3970.2149.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.96%
GREEN value IS 189 (74.22% from 255) = 92.65%
BLUE value IS 11 (4.69% from 255) = 5.39%
R=1.96%
G=92.65%
B=5.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4189110.9800.940.26122.2795.8537.84
Hex4BDB6205E1A7a6026
Octal42751314201363217214046
Binary1001011110110111100010010111101101011110101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BD0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,189,11); }

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

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

 a { background-color: rgb(4,189,11); }

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

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

 span { border-color: rgb(4,189,11); }

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