#03BA09

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

Shades of Islamic Green #03BA09

Tints of Islamic Green #03BA09

Color information

#03BA09 (or 0x03BA09) is unknown color: approx Islamic Green. HEX triplet: 03, BA and 09. RGB value is (3,186,9). Sum of RGB (Red+Green+Blue) = 3+186+9=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 186 (73.05% from 255 or 93.94% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BA09 is #FC45F6. Grayscale: #6F6F6F. Windows color (decimal): -16532983 or 637443. OLE color: 637443.

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

Color convert

RGB31869-
CMYK0.9800.950.27
HSL121.97º96.83%37.06%-
HSV(B)121.97º98.39%72.94%-
XYZ17.6535.166.11-
YUV111.170.3750.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 186 (73.05% from 255) = 93.94%
BLUE value IS 9 (3.91% from 255) = 4.55%
R=1.52%
G=93.94%
B=4.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal318690.9800.950.27121.9796.8337.06
Hex3BA96205F1B7a6125
Octal32721114201373317214145
Binary111011101010011100010010111111101111110101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,186,9); }

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

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

 a { background-color: rgb(3,186,9); }

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

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

 span { border-color: rgb(3,186,9); }

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