#03BE10

Color #03BE10 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #03BE10

Tints of Islamic Green #03BE10

Color information

#03BE10 (or 0x03BE10) is unknown color: approx Islamic Green. HEX triplet: 03, BE and 10. RGB value is (3,190,16). Sum of RGB (Red+Green+Blue) = 3+190+16=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 190 (74.61% from 255 or 90.91% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 190 - color contains mainly: green. Hex color #03BE10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BE10 is #FC41EF. Grayscale: #727272. Windows color (decimal): -16531952 or 1097219. OLE color: 1097219.

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

Color convert

RGB319016-
CMYK0.9800.920.25
HSL124.17º96.89%37.84%-
HSV(B)124.17º98.42%74.51%-
XYZ18.5436.886.63-
YUV114.2572.5548.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 190 (74.61% from 255) = 90.91%
BLUE value IS 16 (6.64% from 255) = 7.66%
R=1.44%
G=90.91%
B=7.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3190160.9800.920.25124.1796.8937.84
Hex3BE106205C197c6126
Octal32762014201343117414146
Binary1110111110100001100010010111001100111111001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03BE10;
 }
 .AnyTagClassName
 {
   color: #03BE10;
 }
</style>
background-color css

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

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

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

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

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

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