#04BA05

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

Shades of Islamic Green #04BA05

Tints of Islamic Green #04BA05

Color information

#04BA05 (or 0x04BA05) is unknown color: approx Islamic Green. HEX triplet: 04, BA and 05. RGB value is (4,186,5). Sum of RGB (Red+Green+Blue) = 4+186+5=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 186 (73.05% from 255 or 95.38% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BA05 is #FB45FA. Grayscale: #6F6F6F. Windows color (decimal): -16467451 or 375300. OLE color: 375300.

HSL color Cylindrical-coordinate representation of color #04BA05: hue angle of 120.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BA05 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB41865-
CMYK0.9800.970.27
HSL120.33º95.79%37.25%-
HSV(B)120.33º97.85%72.94%-
XYZ17.6435.156-
YUV110.9568.251.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 186 (73.05% from 255) = 95.38%
BLUE value IS 5 (2.34% from 255) = 2.56%
R=2.05%
G=95.38%
B=2.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal418650.9800.970.27120.3395.7937.25
Hex4BA5620611B786025
Octal4272514201413317014045
Binary100101110101011100010011000011101111110001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,186,5); }

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

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

 a { background-color: rgb(4,186,5); }

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

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

 span { border-color: rgb(4,186,5); }

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