Html Css Color HEX #03BC10 Islamic Green

📋 copy color: '#03BC10'

red 3 ◦ green 188 ◦ blue 16

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

Shades of Islamic Green #03BC10

Tints of Islamic Green #03BC10

RGB

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

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

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

R = 1.45%
G = 90.82%
B = 7.73%

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

#03BC10 (or 0x03BC10) is known color: Islamic Green. HEX triplet: 03, BC and 10. RGB value is (3,188,16). Sum of RGB (Red+Green+Blue) = 3+188+16=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 188 (73.83% from 255 or 90.82% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BC10 is #FC43EF. Grayscale: #717171. Windows color (decimal): -16532464 or 1096707. OLE color: 1096707.

HSL color Cylindrical-coordinate representation of color #03BC10: hue angle of 124.22º 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 #03BC10 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 188 16 -
CMYK 0.98 0 0.91 0.26
HSL 124.22º 0.97% 0.37% -
HSV(B) 124.22º 0.98% 0.74% -
XYZ 18.11 36.02 6.49 -
YUV 113.08 73.21 49.49 -
System Red Green Blue C M Y K H S L
Decimal 3 188 16 0.98 0 0.91 0.26 124.22 0.97 0.37
Hex 3 BC 10 62 0 5B 1A 7C 61 25
Octal 3 274 20 142 0 133 32 174 141 45
Binary 11 10111100 10000 1100010 0 1011011 11010 1111100 1100001 100101

Color Harmonies of #03BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC10

Black with #03BC10

Text Example


Text Example

White with #03BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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