Html Css Color HEX #04BA02 Islamic Green

📋 copy color: '#04BA02'

red 4 ◦ green 186 ◦ blue 2

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

Shades of Islamic Green #04BA02

Tints of Islamic Green #04BA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.04%

R = 2.08%
G = 96.88%
B = 1.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#04BA02 (or 0x04BA02) is known color: Islamic Green. HEX triplet: 04, BA and 02. RGB value is (4,186,2). Sum of RGB (Red+Green+Blue) = 4+186+2=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 186 (73.05% from 255 or 96.88% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BA02 is #FB45FD. Grayscale: #6F6F6F. Windows color (decimal): -16467454 or 178692. OLE color: 178692.

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

Color convert

RGB 4 186 2 -
CMYK 0.98 0 0.99 0.27
HSL 119.35º 0.98% 0.37% -
HSV(B) 119.35º 0.99% 0.73% -
XYZ 17.62 35.15 5.91 -
YUV 110.61 66.7 51.96 -
System Red Green Blue C M Y K H S L
Decimal 4 186 2 0.98 0 0.99 0.27 119.35 0.98 0.37
Hex 4 BA 2 62 0 63 1B 77 62 25
Octal 4 272 2 142 0 143 33 167 142 45
Binary 100 10111010 10 1100010 0 1100011 11011 1110111 1100010 100101

Color Harmonies of #04BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA02

Black with #04BA02

Text Example


Text Example

White with #04BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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