#03BA08

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

Shades of Islamic Green #03BA08

Tints of Islamic Green #03BA08

Color information

#03BA08 (or 0x03BA08) is unknown color: approx Islamic Green. HEX triplet: 03, BA and 08. RGB value is (3,186,8). Sum of RGB (Red+Green+Blue) = 3+186+8=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 186 (73.05% from 255 or 94.42% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BA08 is #FC45F7. Grayscale: #6F6F6F. Windows color (decimal): -16532984 or 571907. OLE color: 571907.

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

Color convert

RGB31868-
CMYK0.9800.960.27
HSL121.64º96.83%37.06%-
HSV(B)121.64º98.39%72.94%-
XYZ17.6435.156.09-
YUV110.9969.8750.97-

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) = 94.42%
BLUE value IS 8 (3.52% from 255) = 4.06%
R=1.52%
G=94.42%
B=4.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal318680.9800.960.27121.6496.8337.06
Hex3BA8620601B7a6125
Octal32721014201403317214145
Binary111011101010001100010011000001101111110101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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