Html Css Color HEX #04BC10 Islamic Green

📋 copy color: '#04BC10'

red 4 ◦ green 188 ◦ blue 16

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

Shades of Islamic Green #04BC10

Tints of Islamic Green #04BC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 90.38%

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 1.92%
G = 90.38%
B = 7.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#04BC10 (or 0x04BC10) is known color: Islamic Green. HEX triplet: 04, BC and 10. RGB value is (4,188,16). Sum of RGB (Red+Green+Blue) = 4+188+16=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 188 (73.83% from 255 or 90.38% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BC10 is #FB43EF. Grayscale: #717171. Windows color (decimal): -16466928 or 1096708. OLE color: 1096708.

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

Color convert

RGB 4 188 16 -
CMYK 0.98 0 0.91 0.26
HSL 123.91º 0.96% 0.38% -
HSV(B) 123.91º 0.98% 0.74% -
XYZ 18.13 36.03 6.49 -
YUV 113.38 73.04 49.99 -
System Red Green Blue C M Y K H S L
Decimal 4 188 16 0.98 0 0.91 0.26 123.91 0.96 0.38
Hex 4 BC 10 62 0 5B 1A 7C 60 26
Octal 4 274 20 142 0 133 32 174 140 46
Binary 100 10111100 10000 1100010 0 1011011 11010 1111100 1100000 100110

Color Harmonies of #04BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC10

Black with #04BC10

Text Example


Text Example

White with #04BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,188,16); }

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

background-color css

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

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

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

border-color css

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

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

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