Html Css Color HEX #03BC14 Islamic Green

📋 copy color: '#03BC14'

red 3 ◦ green 188 ◦ blue 20

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

Shades of Islamic Green #03BC14

Tints of Islamic Green #03BC14

RGB

 RED value IS 3 (1.56% from 255) = 1.42%

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

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

R = 1.42%
G = 89.1%
B = 9.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#03BC14 (or 0x03BC14) is known color: Islamic Green. HEX triplet: 03, BC and 14. RGB value is (3,188,20). Sum of RGB (Red+Green+Blue) = 3+188+20=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 188 (73.83% from 255 or 89.10% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BC14 is #FC43EB. Grayscale: #727272. Windows color (decimal): -16532460 or 1358851. OLE color: 1358851.

HSL color Cylindrical-coordinate representation of color #03BC14: hue angle of 125.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BC14 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 188 20 -
CMYK 0.98 0 0.89 0.26
HSL 125.51º 0.97% 0.37% -
HSV(B) 125.51º 0.98% 0.74% -
XYZ 18.15 36.04 6.66 -
YUV 113.53 75.21 49.16 -
System Red Green Blue C M Y K H S L
Decimal 3 188 20 0.98 0 0.89 0.26 125.51 0.97 0.37
Hex 3 BC 14 62 0 59 1A 7E 61 25
Octal 3 274 24 142 0 131 32 176 141 45
Binary 11 10111100 10100 1100010 0 1011001 11010 1111110 1100001 100101

Color Harmonies of #03BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC14

Black with #03BC14

Text Example


Text Example

White with #03BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BC14; }

 p { color: rgb(3,188,20); }

 H1.HeaderClassName
 {
   color: #03BC14;
 }
 .AnyTagClassName
 {
   color: #03BC14;
 }
</style>

background-color css

<style>
 a { background-color: #03BC14; }

 a { background-color: rgb(3,188,20); }

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

border-color css

<style>
 span { border-color: #03BC14; }

 span { border-color: rgb(3,188,20); }

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