Html Css Color HEX #04BE14 Islamic Green

📋 copy color: '#04BE14'

red 4 ◦ green 190 ◦ blue 20

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

Shades of Islamic Green #04BE14

Tints of Islamic Green #04BE14

RGB

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

 GREEN value IS 190 (74.61% from 255) = 88.79%

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 1.87%
G = 88.79%
B = 9.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#04BE14 (or 0x04BE14) is known color: Islamic Green. HEX triplet: 04, BE and 14. RGB value is (4,190,20). Sum of RGB (Red+Green+Blue) = 4+190+20=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 190 (74.61% from 255 or 88.79% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 190 - color contains mainly: green. Hex color #04BE14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BE14 is #FB41EB. Grayscale: #737373. Windows color (decimal): -16466412 or 1359364. OLE color: 1359364.

HSL color Cylindrical-coordinate representation of color #04BE14: hue angle of 125.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BE14 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 190 20 -
CMYK 0.98 0 0.89 0.25
HSL 125.16º 0.96% 0.38% -
HSV(B) 125.16º 0.98% 0.75% -
XYZ 18.59 36.9 6.81 -
YUV 115.01 74.38 48.82 -
System Red Green Blue C M Y K H S L
Decimal 4 190 20 0.98 0 0.89 0.25 125.16 0.96 0.38
Hex 4 BE 14 62 0 59 19 7D 60 26
Octal 4 276 24 142 0 131 31 175 140 46
Binary 100 10111110 10100 1100010 0 1011001 11001 1111101 1100000 100110

Color Harmonies of #04BE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BE14

Black with #04BE14

Text Example


Text Example

White with #04BE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,190,20); }

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

background-color css

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

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

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

border-color css

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

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

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