Html Css Color HEX #04BA05 Islamic Green

📋 copy color: '#04BA05'

red 4 ◦ green 186 ◦ blue 5

#04BA05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #04BA05

Tints of Islamic Green #04BA05

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 value IS 0.98

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#04BA05 (or 0x04BA05) is known color: 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

RGB 4 186 5 -
CMYK 0.98 0 0.97 0.27
HSL 120.33º 0.96% 0.37% -
HSV(B) 120.33º 0.98% 0.73% -
XYZ 17.64 35.15 6 -
YUV 110.95 68.2 51.72 -
System Red Green Blue C M Y K H S L
Decimal 4 186 5 0.98 0 0.97 0.27 120.33 0.96 0.37
Hex 4 BA 5 62 0 61 1B 78 60 25
Octal 4 272 5 142 0 141 33 170 140 45
Binary 100 10111010 101 1100010 0 1100001 11011 1111000 1100000 100101

Color Harmonies of #04BA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA05

Black with #04BA05

Text Example


Text Example

White with #04BA05

Text Example


Text Example

HTML Codes & Css Web 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>