Html Css Color HEX #04BA04 Islamic Green

📋 copy color: '#04BA04'

red 4 ◦ green 186 ◦ blue 4

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

Shades of Islamic Green #04BA04

Tints of Islamic Green #04BA04

RGB

 RED value IS 4 (1.95% from 255) = 2.06%

 GREEN value IS 186 (73.05% from 255) = 95.88%

 BLUE value IS 4 (1.95% from 255) = 2.06%

R = 2.06%
G = 95.88%
B = 2.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#04BA04 (or 0x04BA04) is known color: Islamic Green. HEX triplet: 04, BA and 04. RGB value is (4,186,4). Sum of RGB (Red+Green+Blue) = 4+186+4=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 186 (73.05% from 255 or 95.88% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BA04 is #FB45FB. Grayscale: #6F6F6F. Windows color (decimal): -16467452 or 309764. OLE color: 309764.

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

Color convert

RGB 4 186 4 -
CMYK 0.98 0 0.98 0.27
HSL 120º 0.96% 0.37% -
HSV(B) 120º 0.98% 0.73% -
XYZ 17.63 35.15 5.97 -
YUV 110.83 67.7 51.8 -
System Red Green Blue C M Y K H S L
Decimal 4 186 4 0.98 0 0.98 0.27 120 0.96 0.37
Hex 4 BA 4 62 0 62 1B 78 60 25
Octal 4 272 4 142 0 142 33 170 140 45
Binary 100 10111010 100 1100010 0 1100010 11011 1111000 1100000 100101

Color Harmonies of #04BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA04

Black with #04BA04

Text Example


Text Example

White with #04BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04BA04;
 }
 .AnyTagClassName
 {
   color: #04BA04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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