Html Css Color HEX #03BD10 Islamic Green

📋 copy color: '#03BD10'

red 3 ◦ green 189 ◦ blue 16

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

Shades of Islamic Green #03BD10

Tints of Islamic Green #03BD10

RGB

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

 GREEN value IS 189 (74.22% from 255) = 90.87%

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

R = 1.44%
G = 90.87%
B = 7.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#03BD10 (or 0x03BD10) is known color: Islamic Green. HEX triplet: 03, BD and 10. RGB value is (3,189,16). Sum of RGB (Red+Green+Blue) = 3+189+16=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 189 (74.22% from 255 or 90.87% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BD10 is #FC42EF. Grayscale: #727272. Windows color (decimal): -16532208 or 1096963. OLE color: 1096963.

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

Color convert

RGB 3 189 16 -
CMYK 0.98 0 0.92 0.26
HSL 124.19º 0.97% 0.38% -
HSV(B) 124.19º 0.98% 0.74% -
XYZ 18.33 36.45 6.56 -
YUV 113.66 72.88 49.07 -
System Red Green Blue C M Y K H S L
Decimal 3 189 16 0.98 0 0.92 0.26 124.19 0.97 0.38
Hex 3 BD 10 62 0 5C 1A 7C 61 26
Octal 3 275 20 142 0 134 32 174 141 46
Binary 11 10111101 10000 1100010 0 1011100 11010 1111100 1100001 100110

Color Harmonies of #03BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BD10

Black with #03BD10

Text Example


Text Example

White with #03BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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